Class 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • SFAuthenticationErrorCanceledLogin

        public static final long SFAuthenticationErrorCanceledLogin
        See Also:
        Constant Field Values