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