Class SeamHttpAcsCredentialPools
 Constructors
constructor
- new SeamHttpAcsCredentialPools(apiKeyOrOptions?): SeamHttpAcsCredentialPools
 
 Properties
client
client: AxiosInstance
Readonlydefaults
 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
Optionalbody: { 
    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>
StaticfromClientSessionToken
- fromClientSessionToken(clientSessionToken, options?): SeamHttpAcsCredentialPools
 
StaticfromConsoleSessionToken
- fromConsoleSessionToken(consoleSessionToken, workspaceId, options?): SeamHttpAcsCredentialPools
 
StaticfromPersonalAccessToken
- fromPersonalAccessToken(personalAccessToken, workspaceId, options?): SeamHttpAcsCredentialPools
 
StaticfromPublishableKey
- fromPublishableKey(publishableKey, userIdentifierKey, options?): Promise<SeamHttpAcsCredentialPools>