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