LoginOptions
@coinbase/waas-sdk-web • API
Type alias: LoginOptions
LoginOptions:
Object
Type declaration
provideAuthToken()?
optionalprovideAuthToken: () =>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>