Class ResponseType.Value

java.lang.Object
com.nimbusds.oauth2.sdk.id.Identifier
com.nimbusds.oauth2.sdk.ResponseType.Value
All Implemented Interfaces:
Serializable, Comparable<Identifier>, net.minidev.json.JSONAware
Enclosing class:
ResponseType

@Immutable public static final class ResponseType.Value extends Identifier
Authorisation response type value.
See Also:
  • Field Details

  • Constructor Details

    • Value

      public Value(String value)
      Creates a new response type value.
      Parameters:
      value - The response type value. Must not be null or empty string.
  • Method Details