Enum AppleIdCredentialState
- Namespace
- Uralstech.UMoth.AppleIdSignIn
Possible values for the credential state of a user.
public enum AppleIdCredentialState
Fields
Authorized = 1The user is authorized.
NotFound = 2The user hasn’t established a relationship with Sign in with Apple.
PluginError = 255An error was raised by the native plugin.
This is not a part of AppleIdCredentialState.
Revoked = 0The given user’s authorization has been revoked and they should be signed out.
Transferred = 3The app has been transferred to a different team, and you need to migrate the user’s identifier.