WorkspaceKeysResponse interface
Workspace authorization keys for a workspace.
Properties
primary |
Primary authorization key for this workspace. |
secondary |
Secondary authorization key for this workspace. |
Property Details
primaryToken
Primary authorization key for this workspace.
primaryToken?: string
Property Value
string
secondaryToken
Secondary authorization key for this workspace.
secondaryToken?: string
Property Value
string