public final class ASAuthorizationAppleIDProviderCredentialState
extends java.lang.Object
Authorization state of an Apple ID credential. [@constant] ASAuthorizationAppleIDProviderCredentialAuthorized The Opaque user ID is in good state. [@constant] ASAuthorizationAppleIDProviderCredentialRevoked The Opaque user ID was revoked by the user. [@constant] ASAuthorizationAppleIDProviderCredentialNotFound The Opaque user ID was not found.
| Modifier and Type | Field and Description |
|---|---|
static long |
Authorized |
static long |
NotFound |
static long |
Revoked |
static long |
Transferred |
public static final long Revoked
public static final long Authorized
public static final long NotFound
public static final long Transferred