RegenerateScopedApiKeyResponseBody
Rotated (new plaintext returned once)
Example Usage
typescript
import { RegenerateScopedApiKeyResponseBody } from "@meetkai/mka1/models/operations";
let value: RegenerateScopedApiKeyResponseBody = {
id: "<id>",
key: "<key>",
start: "<value>",
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | string | ✔️ | N/A |
key | string | ✔️ | N/A |
start | string | ✔️ | N/A |