| 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.
|
| Modifier and Type | Field | Description |
|---|---|---|
static ResponseType.Value |
ResponseType.Value.CODE |
Authorisation code.
|
static ResponseType.Value |
ResponseType.Value.TOKEN |
Access token, with optional refresh token.
|
| Constructor | Description |
|---|---|
ResponseType(ResponseType.Value... values) |
Creates a new response type with the specified values.
|
| Modifier and Type | Field | Description |
|---|---|---|
static ResponseType.Value |
OIDCResponseTypeValue.ID_TOKEN |
ID Token response type.
|
static ResponseType.Value |
OIDCResponseTypeValue.NONE |
None response type, should not be combined with other response type
values.
|
Copyright © 2018 Connect2id Ltd.. All rights reserved.