Skip to content

Latest commit

 

History

History
60 lines (32 loc) · 1.29 KB

AppleCredentialState.md

File metadata and controls

60 lines (32 loc) · 1.29 KB

Enumeration: AppleCredentialState

Table of contents

Enumeration members

Enumeration members

AUTHORIZED

AUTHORIZED = 1

The Opaque user ID is in good state.

Defined in

index.d.ts:216


NOT_FOUND

NOT_FOUND = 2

The Opaque user ID was not found.

Defined in

index.d.ts:221


REVOKED

REVOKED = 0

The Opaque user ID was revoked by the user.

Defined in

index.d.ts:211


TRANSFERRED

TRANSFERRED = 3

N/A

url https://developer.apple.com/documentation/authenticationservices/asauthorizationappleidprovidercredentialstate/asauthorizationappleidprovidercredentialtransferred?language=objc

Defined in

index.d.ts:228