Package com.nimbusds.oauth2.sdk
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
Authorisation response type value.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ResponseType.Value
Authorisation code.static final ResponseType.Value
Access token, with optional refresh token.Fields inherited from class com.nimbusds.oauth2.sdk.id.Identifier
DEFAULT_BYTE_LENGTH, secureRandom
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.nimbusds.oauth2.sdk.id.Identifier
compareTo, getValue, hashCode, toJSONString, toString, toStringList
-
Field Details
-
CODE
Authorisation code. -
TOKEN
Access token, with optional refresh token.
-
-
Constructor Details
-
Value
Creates a new response type value.- Parameters:
value
- The response type value. Must not benull
or empty string.
-
-
Method Details
-
equals
- Overrides:
equals
in classIdentifier
-