Package com.nimbusds.openid.connect.sdk.claims

Claims and claim sets used in OpenID Connect.

See:
          Description

Class Summary
AccessTokenHash Access token hash (at_hash).
ACR Authentication Context Class Reference (acr).
Address UserInfo address claims set, serialisable to a JSON object.
AuthorizedParty OAuth 2.0 client authorized to use the ID Token as an OAuth access token, if different than the client that requested the ID Token (azp).
ClaimsSet Claims set serialisable to a JSON object.
CodeHash Authorisation code hash (c_hash).
Gender The end-user's gender: Values defined by the OpenID Connect specification are Gender.FEMALE and Gender.MALE (gender).
LangTaggedObject<T> Object with an optional language tag (RFC 5646).
UserInfo UserInfo claims set, serialisable to a JSON object.
 

Enum Summary
ClaimRequirement Enumeration of the claim requirement types.
 

Package com.nimbusds.openid.connect.sdk.claims Description

Claims and claim sets used in OpenID Connect.

Version:
$version$ ($version-date$)
Author:
Vladimir Dzhuvinov


Copyright © 2013 NimbusDS. All Rights Reserved.