token abstract method

Future<String> token()

Returns the token to send. May be sync via Future.value(...) or genuinely async when the implementation refreshes against an IdP.

Implementation

Future<String> token();