Skip to main content

TReactLoginOptions

@coinbase/waas-sdk-web-reactAPI


Type alias: TReactLoginOptions

TReactLoginOptions: 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?