AuthenticationModeAccessTokenProvider typedef - core.engine library - Dart API
AuthenticationModeAccessTokenProvider
AuthenticationModeAccessTokenProvider typedef
This lambda is used to retrieve access token in synchronous manner.
It returns the access token or null if it is not set. The lambda is called each time the access token is needed and it is executed on the main thread of the application.
Returns Access token in case it is set or null otherwise.
Implementation
typedef AuthenticationModeAccessTokenProvider = String? Function();