Package viam.app.v1

Enum Class AppOuterClass.PKCE

java.lang.Object
java.lang.Enum<AppOuterClass.PKCE>
viam.app.v1.AppOuterClass.PKCE
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, Serializable, Comparable<AppOuterClass.PKCE>, Constable
Enclosing class:
AppOuterClass

public static enum AppOuterClass.PKCE extends Enum<AppOuterClass.PKCE> implements com.google.protobuf.Internal.EnumLite
Protobuf enum viam.app.v1.PKCE
  • Enum Constant Details

    • PKCE_UNSPECIFIED

      public static final AppOuterClass.PKCE PKCE_UNSPECIFIED
      PKCE_UNSPECIFIED = 0;
    • PKCE_REQUIRED

      public static final AppOuterClass.PKCE PKCE_REQUIRED
      PKCE_REQUIRED = 1;
    • PKCE_NOT_REQUIRED

      public static final AppOuterClass.PKCE PKCE_NOT_REQUIRED
      PKCE_NOT_REQUIRED = 2;
    • PKCE_NOT_REQUIRED_WHEN_USING_CLIENT_AUTHENTICATION

      public static final AppOuterClass.PKCE PKCE_NOT_REQUIRED_WHEN_USING_CLIENT_AUTHENTICATION
      PKCE_NOT_REQUIRED_WHEN_USING_CLIENT_AUTHENTICATION = 3;
    • UNRECOGNIZED

      public static final AppOuterClass.PKCE UNRECOGNIZED
  • Field Details

    • PKCE_UNSPECIFIED_VALUE

      public static final int PKCE_UNSPECIFIED_VALUE
      PKCE_UNSPECIFIED = 0;
      See Also:
    • PKCE_REQUIRED_VALUE

      public static final int PKCE_REQUIRED_VALUE
      PKCE_REQUIRED = 1;
      See Also:
    • PKCE_NOT_REQUIRED_VALUE

      public static final int PKCE_NOT_REQUIRED_VALUE
      PKCE_NOT_REQUIRED = 2;
      See Also:
    • PKCE_NOT_REQUIRED_WHEN_USING_CLIENT_AUTHENTICATION_VALUE

      public static final int PKCE_NOT_REQUIRED_WHEN_USING_CLIENT_AUTHENTICATION_VALUE
      PKCE_NOT_REQUIRED_WHEN_USING_CLIENT_AUTHENTICATION = 3;
      See Also:
  • Method Details

    • values

      public static AppOuterClass.PKCE[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static AppOuterClass.PKCE valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
    • valueOf

      @Deprecated public static AppOuterClass.PKCE valueOf(int value)
      Deprecated.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      value - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • forNumber

      public static AppOuterClass.PKCE forNumber(int value)
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<AppOuterClass.PKCE> internalGetValueMap()
    • internalGetVerifier

      public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()