Package apple.safariservices.enums
Class SFAuthenticationError
- java.lang.Object
-
- apple.safariservices.enums.SFAuthenticationError
-
public final class SFAuthenticationError extends java.lang.Object[@enum] SFAuthenticationError Error code of the NSError object passed in by SFAuthenticationCompletionHandler. [@constant] SFAuthenticationErrorCanceledLogin The user has canceled login by cancelling the alert asking for permission to log in to this app, or by dismissing the view controller for loading the authentication webpage.
-
-
Field Summary
Fields Modifier and Type Field Description static longSFAuthenticationErrorCanceledLogin
-
-
-
Field Detail
-
SFAuthenticationErrorCanceledLogin
public static final long SFAuthenticationErrorCanceledLogin
- See Also:
- Constant Field Values
-
-