SignInWithAppleAuthorizationException class
A SignInWithAppleException indicating something went wrong while authenticating.
Apple Docs: https://developer.apple.com/documentation/authenticationservices/asauthorizationerror
- Implemented types
Constructors
- SignInWithAppleAuthorizationException({required AuthorizationErrorCode code, required String message})
-
const
Properties
- code → AuthorizationErrorCode
-
A more exact code of what actually went wrong
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String
-
A localized message of the error
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited