Constructors
constructor
- new SeamHttpAcs(apiKeyOrOptions?): SeamHttpAcs
- 
Properties
client
client: AxiosInstance
Methods
Static fromApiKey
- fromApiKey(apiKey, options?): SeamHttpAcs
- 
Static fromClient
- fromClient(client, options?): SeamHttpAcs
- 
Static fromClientSessionToken
- fromClientSessionToken(clientSessionToken, options?): SeamHttpAcs
- 
Parameters
- 
clientSessionToken: string
- 
 
 
Static fromPublishableKey
- fromPublishableKey(publishableKey, userIdentifierKey, options?): Promise<SeamHttpAcs>
- 
Parameters
- 
publishableKey: string
- 
userIdentifierKey: string
-