WorkspaceKeysResponse interface

Workspace authorization keys for a workspace.

Properties

primaryToken

Primary authorization key for this workspace.

secondaryToken

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