ProxyTOAuth2AuthenticateBody class

Constructors

ProxyTOAuth2AuthenticateBody({required v1Oauth2Provider provider, required String authCode, required String redirectUri, required String codeVerifier, String? nonce, required String clientId})
const
ProxyTOAuth2AuthenticateBody.fromJson(Map<String, dynamic> json)
factory

Properties

authCode String
The auth_code provided by the OAuth 2.0 to the end user to be exchanged for a Bearer token in the OAuth 2.0 flow
final
clientId String
The client ID registered with the OAuth 2.0 provider
final
codeVerifier String
The code verifier used by OAuth 2.0 PKCE providers
final
hashCode int
The hash code for this object.
no setterinherited
nonce String?
An optional nonce used by the client to prevent replay/substitution of an ID token
final
provider v1Oauth2Provider
The OAuth 2.0 provider to authenticate with
final
redirectUri String
The URI the user is redirected to after they have authenticated with the OAuth 2.0 provider
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited