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