Uses of Class
com.nimbusds.oauth2.sdk.ResponseType.Value

Packages that use ResponseType.Value
com.nimbusds.oauth2.sdk Classes for representing, serialising and parsing OAuth 2.0 client requests and 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
static ResponseType.Value ResponseType.Value.CODE
          Authorisation code.
static ResponseType.Value ResponseType.Value.TOKEN
          Access token, with optional refresh token.
 

Uses of ResponseType.Value in com.nimbusds.openid.connect.sdk
 

Fields in com.nimbusds.openid.connect.sdk declared as ResponseType.Value
static ResponseType.Value OIDCResponseTypeValue.ID_TOKEN
          ID Token.
 



Copyright © 2013 NimbusDS. All Rights Reserved.