Table of Contents

Enum AppleIdSignInErrorCode

Errors that can occur during authorization.

public enum AppleIdSignInErrorCode

Fields

Canceled = 1001

The user canceled the authorization attempt.

CredentialExport = 1008

The credential export request failed.

CredentialImport = 1007

The credential import request failed.

Failed = 1004

The authorization attempt failed.

InvalidResponse = 1002

The authorization request received an invalid response.

MatchedExcludedCredential = 1006

This error should only be returned when specifying @c excludedCredentials on a public key credential registration request.

NotHandled = 1003

The authorization request wasn't handled.

NotInteractive = 1005

The authorization request isn’t interactive.

PluginBusy = -2

The 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 = 1000

The authorization attempt failed for an unknown reason.

UnknownCredentialType = -1

An unknown credential type was returned.

This is not a part of ASAuthorizationError.Code but a custom error returned by the native plugin.