Class SeamHttpAcsCredentialPools
Constructors
constructor
- new SeamHttpAcsCredentialPools(apiKeyOrOptions?): SeamHttpAcsCredentialPools
Properties
client
client: AxiosInstance
Readonly defaults
Methods
list
- list(body?): Promise<{
acs_credential_pool_id: string;
acs_system_id: string;
created_at: string;
display_name: string;
external_type: "hid_part_number";
external_type_display_name: string;
workspace_id: string;
}[]> Parameters
Optional body: {
acs_system_id: string;
}
Returns Promise<{
acs_credential_pool_id: string;
acs_system_id: string;
created_at: string;
display_name: string;
external_type: "hid_part_number";
external_type_display_name: string;
workspace_id: string;
}[]>
updateClientSessionToken
- updateClientSessionToken(clientSessionToken): Promise<void>
Parameters
- clientSessionToken: string
Returns Promise<void>
Static fromClientSessionToken
- fromClientSessionToken(clientSessionToken, options?): SeamHttpAcsCredentialPools
Static fromConsoleSessionToken
- fromConsoleSessionToken(consoleSessionToken, workspaceId, options?): SeamHttpAcsCredentialPools
Static fromPersonalAccessToken
- fromPersonalAccessToken(personalAccessToken, workspaceId, options?): SeamHttpAcsCredentialPools
Static fromPublishableKey
- fromPublishableKey(publishableKey, userIdentifierKey, options?): Promise<SeamHttpAcsCredentialPools>