Package com.nimbusds.openid.connect.sdk
Class OIDCResponseTypeValue
java.lang.Object
com.nimbusds.openid.connect.sdk.OIDCResponseTypeValue
OpenID Connect
id_token response type value constant.
Related specifications:
- OpenID Connect Core 1.0
- OAuth 2.0 Multiple Response Type Encoding Practices
- OAuth 2.0 (RFC 6749)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ResponseType.ValueID Token response type.static final ResponseType.ValueNone response type, should not be combined with other response type values. -
Method Summary
-
Field Details
-
ID_TOKEN
ID Token response type. -
NONE
None response type, should not be combined with other response type values.
-