Package 

Enum AuthType

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum AuthType
    extends Enum<AuthType>
                        

    Enum representing currently supported authentication types.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class AuthType.Companion
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      UNKNOWN

      Used to specify that the auth type is unknown

      PKCE

      Used to specify the need of SSO auth

      BASIC

      Used to specify the need of basic auth with username and password

    • Method Summary

      Modifier and Type Method Description
      final String getValue()
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait