CustomTokenFunction typedef
Function signature for custom token generation logic.
Implementation
typedef CustomTokenFunction = Future<TokenSourceResponse> Function(TokenRequestOptions options);
Function signature for custom token generation logic.
typedef CustomTokenFunction = Future<TokenSourceResponse> Function(TokenRequestOptions options);