FunctionTokenSource constructor

FunctionTokenSource(
  1. Future<String> _fetch()
)

Builds a source that delegates each token call to fetch.

Implementation

FunctionTokenSource(this._fetch);