Uses of Class
com.nimbusds.oauth2.sdk.ResponseType.Value
-
Packages that use ResponseType.Value Package Description com.nimbusds.oauth2.sdk Classes for representing, serialising and parsing OAuth 2.0 client requests and authorisation server responses.com.nimbusds.openid.connect.sdk Classes for representing, serialising and parsing OpenID Connect client requests and server responses. -
-
Uses of ResponseType.Value in com.nimbusds.oauth2.sdk
Fields in com.nimbusds.oauth2.sdk declared as ResponseType.Value Modifier and Type Field Description static ResponseType.ValueResponseType.Value. CODEAuthorisation code.static ResponseType.ValueResponseType.Value. TOKENAccess token, with optional refresh token.Constructors in com.nimbusds.oauth2.sdk with parameters of type ResponseType.Value Constructor Description ResponseType(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.Value Modifier and Type Field Description static ResponseType.ValueOIDCResponseTypeValue. ID_TOKENID Token response type.static ResponseType.ValueOIDCResponseTypeValue. NONENone response type, should not be combined with other response type values.
-