AppleIDAuthorizationRequest class

An AuthorizationRequest which authenticates a user based on their Apple ID.

This will prompt the user to sign in using their stored Apple ID on their device. Upon completion, this will result in an AuthorizationCredentialAppleID.

Apple Docs:

Implemented types

Constructors

AppleIDAuthorizationRequest({List<AppleIDAuthorizationScopes> scopes = const [], String? nonce, String? state})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
nonce String?
The nonce value which was provided when initiating the sign-in.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scopes List<AppleIDAuthorizationScopes>
A list of scopes that can be requested from the user.
final
state String?
Data that’s returned to you unmodified in the corresponding AuthorizationCredentialAppleID.state after a successful authentication.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
A method which turns this AuthorizationRequest into a JSON representation which can be send over a MethodChannel.
override
toString() String
A string representation of this object.
override

Operators

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