Type Alias: OdinAccessKey
Properties
| Property | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Unique identifier for the access key |
name | string | Yes | Human-readable name of the access key |
description | string | No | Optional description of the access key |
pubKey | string | Yes | The public key (base64-encoded, 44 characters) |
keyId | string | Yes | Short identifier derived from the public key |
created | string | No | ISO 8601 creation timestamp |
updated | string | No | ISO 8601 last-update timestamp |
Defined in
4Players/cortex-typescript-sdk/src/resources/voice.ts:9