Enum ISN_ASAuthorizationError
Codes that authorization errors can have.
Namespace: SA.iOS.AuthenticationServices
Assembly: cs.temp.dll.dll
Syntax
public enum ISN_ASAuthorizationError
Fields
Name | Description |
---|---|
Canceled | The user canceled the authorization attempt. |
Failed | The authorization attempt failed. |
NotHandled | The authorization request wasnt handled. |
Response | The authorization request received an invalid response. |
Unknown | The authorization attempt failed for an unknown reason. |