Skip to main content

LoginOptions

@coinbase/waas-sdk-webAPI


Type alias: LoginOptions

LoginOptions: Object

Type declaration

provideAuthToken()?

optional provideAuthToken: () => Promise<string>

A lambda that Waas will invoke to retrieve a new auth token.

e.g, this will be called to get a first auth token, and subsequently if your connection 401's.

Returns

Promise<string>

Was this helpful?