Enum AppleIdSignInErrorCode
- Namespace
- Uralstech.UMoth.AppleIdSignIn
Errors that can occur during authorization.
public enum AppleIdSignInErrorCode
Fields
Canceled = 1001The user canceled the authorization attempt.
CredentialExport = 1008The credential export request failed.
CredentialImport = 1007The credential import request failed.
Failed = 1004The authorization attempt failed.
InvalidResponse = 1002The authorization request received an invalid response.
MatchedExcludedCredential = 1006This error should only be returned when specifying @c excludedCredentials on a public key credential registration request.
NotHandled = 1003The authorization request wasn't handled.
NotInteractive = 1005The authorization request isn’t interactive.
PluginBusy = -2The native plugin is already processing a sign in request.
This is not a part of ASAuthorizationError.Code but a custom error returned by the native plugin interface.
Unknown = 1000The authorization attempt failed for an unknown reason.
UnknownCredentialType = -1An unknown credential type was returned.
This is not a part of ASAuthorizationError.Code but a custom error returned by the native plugin.