BearerAuthConfig
class BearerAuthConfig
A configuration for BearerAuthProvider.
Constructors
Functions
Link copied to clipboard
Configures a callback that loads a cached token from a local storage. Note: Using the same client instance here to make a request will result in a deadlock.
Link copied to clipboard
Configures a callback that refreshes a token when the 401 status code is received.
Link copied to clipboard
Sends credentials without waiting for HttpStatusCode.Unauthorized.