Enumeration: AppleError

November 5, 2025 ยท View on GitHub

@invertase/react-native-apple-authentication


Enumeration: AppleError

Defined in: index.d.ts:131

iOS

Enumeration Members

CANCELED

CANCELED: "1001"

Defined in: index.d.ts:140

The user canceled the authorization attempt.


FAILED

FAILED: "1004"

Defined in: index.d.ts:155

The authorization attempt failed.


INVALID_RESPONSE

INVALID_RESPONSE: "1002"

Defined in: index.d.ts:145

The authorization request received an invalid response.


NOT_HANDLED

NOT_HANDLED: "1003"

Defined in: index.d.ts:150

The authorization request wasn't handled.


UNKNOWN

UNKNOWN: "1000"

Defined in: index.d.ts:135

The authorization attempt failed for an unknown reason.