Class SeamHttpAcsCredentialPools
Constructors
constructor
- new SeamHttpAcsCredentialPools(apiKeyOrOptions?): SeamHttpAcsCredentialPools
Properties
client
client: AxiosInstance
Readonly
defaults
Methods
list
- list(body?): SeamHttpRequest<SetNonNullable<Required<{
acs_credential_pools: {
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;
}[];
}>, "acs_credential_pools">, "acs_credential_pools"> Parameters
Optional
body: {
acs_system_id: string;
}
Returns SeamHttpRequest<SetNonNullable<Required<{
acs_credential_pools: {
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;
}[];
}>, "acs_credential_pools">, "acs_credential_pools">
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>