java.lang.Object
java.lang.Enum<OAuth2.AuthType>
io.envoyproxy.envoy.extensions.http.injected_credentials.oauth2.v3.OAuth2.AuthType
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<OAuth2.AuthType>, java.lang.constant.Constable
Enclosing class:
OAuth2

public static enum OAuth2.AuthType extends Enum<OAuth2.AuthType> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum envoy.extensions.http.injected_credentials.oauth2.v3.OAuth2.AuthType
  • Enum Constant Details

    • BASIC_AUTH

      public static final OAuth2.AuthType BASIC_AUTH
       The ``client_id`` and ``client_secret`` will be sent using HTTP Basic authentication scheme.
       
      BASIC_AUTH = 0;
    • URL_ENCODED_BODY

      public static final OAuth2.AuthType URL_ENCODED_BODY
       The ``client_id`` and ``client_secret`` will be sent in the URL encoded request body.
       This type should only be used when Auth server does not support Basic authentication.
       
      URL_ENCODED_BODY = 1;
    • UNRECOGNIZED

      public static final OAuth2.AuthType UNRECOGNIZED
  • Field Details

    • BASIC_AUTH_VALUE

      public static final int BASIC_AUTH_VALUE
       The ``client_id`` and ``client_secret`` will be sent using HTTP Basic authentication scheme.
       
      BASIC_AUTH = 0;
      See Also:
    • URL_ENCODED_BODY_VALUE

      public static final int URL_ENCODED_BODY_VALUE
       The ``client_id`` and ``client_secret`` will be sent in the URL encoded request body.
       This type should only be used when Auth server does not support Basic authentication.
       
      URL_ENCODED_BODY = 1;
      See Also:
  • Method Details

    • values

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

      public static OAuth2.AuthType valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type 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
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static OAuth2.AuthType valueOf(int value)
      Deprecated.
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • forNumber

      public static OAuth2.AuthType forNumber(int value)
      Parameters:
      value - The numeric wire value of the corresponding enum entry.
      Returns:
      The enum associated with the given numeric wire value.
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<OAuth2.AuthType> internalGetValueMap()
    • getValueDescriptor

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      Specified by:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptor

      public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static OAuth2.AuthType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      desc - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null