Type alias SecretApiKey

SecretApiKey: Realm.ApiKey & {
    key: string;
}

The representation of an API-key when returned from the server, just after creation.

Type declaration

  • key: string

    The secret part of the key.

Generated using TypeDoc