OAuthFlow.clientCredentials constructor

const OAuthFlow.clientCredentials({
  1. required String tokenUrl,
  2. String? refreshUrl,
  3. required Map<String, String> scopes,
})

Implementation

const factory OAuthFlow.clientCredentials({
  required String tokenUrl,
  String? refreshUrl,
  required Map<String, String> scopes,
}) = _OAuthFlowClientCredentials;