Uses of Class
com.nimbusds.oauth2.sdk.ResponseType.Value
Packages that use ResponseType.Value
Package
Description
Classes for representing, serialising and parsing core OAuth 2.0 concepts.
Classes for representing, serialising and parsing core OpenID Connect
concepts.
-
Uses of ResponseType.Value in com.nimbusds.oauth2.sdk
Fields in com.nimbusds.oauth2.sdk declared as ResponseType.ValueModifier and TypeFieldDescriptionstatic final ResponseType.ValueResponseType.Value.CODEAuthorisation code.static final ResponseType.ValueResponseType.Value.TOKENAccess token, with optional refresh token.Methods in com.nimbusds.oauth2.sdk with parameters of type ResponseType.ValueMethod parameters in com.nimbusds.oauth2.sdk with type arguments of type ResponseType.ValueModifier and TypeMethodDescriptionbooleanResponseType.addAll(Collection<? extends ResponseType.Value> c) Constructors in com.nimbusds.oauth2.sdk with parameters of type ResponseType.ValueModifierConstructorDescriptionResponseType(ResponseType.Value... values) Creates a new response type with the specified values. -
Uses of ResponseType.Value in com.nimbusds.openid.connect.sdk
Fields in com.nimbusds.openid.connect.sdk declared as ResponseType.ValueModifier and TypeFieldDescriptionstatic final ResponseType.ValueOIDCResponseTypeValue.ID_TOKENID Token response type.static final ResponseType.ValueOIDCResponseTypeValue.NONENone response type, should not be combined with other response type values.