Enum OAuthGrantType

java.lang.Object
java.lang.Enum<OAuthGrantType>
com.okta.sdk.resource.model.OAuthGrantType
All Implemented Interfaces:
Serializable, Comparable<OAuthGrantType>, java.lang.constant.Constable

public enum OAuthGrantType extends Enum<OAuthGrantType>
Gets or Sets OAuthGrantType
  • Enum Constant Details

    • AUTHORIZATION_CODE

      public static final OAuthGrantType AUTHORIZATION_CODE
    • CLIENT_CREDENTIALS

      public static final OAuthGrantType CLIENT_CREDENTIALS
    • IMPLICIT

      public static final OAuthGrantType IMPLICIT
    • INTERACTION_CODE

      public static final OAuthGrantType INTERACTION_CODE
    • PASSWORD

      public static final OAuthGrantType PASSWORD
    • REFRESH_TOKEN

      public static final OAuthGrantType REFRESH_TOKEN
    • URN_IETF_PARAMS_OAUTH_GRANT_TYPE_DEVICE_CODE

      public static final OAuthGrantType URN_IETF_PARAMS_OAUTH_GRANT_TYPE_DEVICE_CODE
    • URN_IETF_PARAMS_OAUTH_GRANT_TYPE_JWT_BEARER

      public static final OAuthGrantType URN_IETF_PARAMS_OAUTH_GRANT_TYPE_JWT_BEARER
    • URN_IETF_PARAMS_OAUTH_GRANT_TYPE_SAML2_BEARER

      public static final OAuthGrantType URN_IETF_PARAMS_OAUTH_GRANT_TYPE_SAML2_BEARER
    • URN_IETF_PARAMS_OAUTH_GRANT_TYPE_TOKEN_EXCHANGE

      public static final OAuthGrantType URN_IETF_PARAMS_OAUTH_GRANT_TYPE_TOKEN_EXCHANGE
  • Method Details

    • values

      public static OAuthGrantType[] 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 OAuthGrantType 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
    • getValue

      public String getValue()
    • toString

      public String toString()
      Overrides:
      toString in class Enum<OAuthGrantType>
    • fromValue

      public static OAuthGrantType fromValue(String value)
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string