CustomTokenFunction typedef

CustomTokenFunction = Future<TokenSourceResponse> Function(TokenRequestOptions options)

Function signature for custom token generation logic.

Implementation

typedef CustomTokenFunction = Future<TokenSourceResponse> Function(TokenRequestOptions options);