AppleIdRequest class
An OpenID authorization request that relies on the user’s Apple ID.
- Inheritance
-
- Object
- AuthorizationRequest
- AppleIdRequest
- Annotations
Constructors
-
AppleIdRequest({String? user, OpenIdOperation requestedOperation = OpenIdOperation.operationLogin, List<
Scope> ? requestedScopes}) -
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- requestedOperation → OpenIdOperation?
-
finalinherited
-
requestedScopes
→ List<
Scope> ? -
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- user → String?
-
An identifier associated with the user’s Apple ID.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited