accessTokenFactory property

AccessTokenFactory? accessTokenFactory
final

A function that provides an access token required for HTTP Bearer authentication.

A string containing the access token, or a Future that resolves to a string containing the access token.

Implementation

final AccessTokenFactory? accessTokenFactory;