OAuthFlow.password constructor

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

Implementation

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