OAuthAuthorizationData class
OAuth authorization data containing tokens
Constructors
- OAuthAuthorizationData({required String? authorizationCode, required String idToken})
- Creates OAuth authorization data
Properties
-
OAuth authorization code
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasValidAuthorizationCode → bool
-
Checks if authorization code is valid
no setter
- hasValidIdToken → bool
-
Checks if ID token is valid
no setter
- idToken → String
-
ID token from OAuth 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited