Class SSOError

  • All Implemented Interfaces:
    java.io.Serializable

    
    public class SSOError
    extends Exception
                        

    Represents one of three potential errors encountered during the Third party OAuth or SSO authentication flow.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class SSOError.NoBrowserFound

      Indicates that no suitable browser was found on this device, and OAuth authentication cannot proceed.

      public class SSOError.NoURIFound

      Indicates that no URI was found in the activity state, and OAuth authentication cannot proceed.

      public class SSOError.UserCanceled

      Indicates that the user canceled the OAuth flow. This is safe to ignore.

    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getMessage() A friendly string indicating what went wrong during the OAuth or SSO authentication flow.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getMessage

         String getMessage()

        A friendly string indicating what went wrong during the OAuth or SSO authentication flow.