public class IDToken extends JsonWebToken
Modifier and Type | Field and Description |
---|---|
protected String |
address |
protected String |
birthdate |
protected String |
claimsLocales |
protected String |
country |
protected String |
email |
protected Boolean |
emailVerified |
protected String |
familyName |
protected String |
formattedAddress |
protected String |
gender |
protected String |
givenName |
protected String |
locale |
protected String |
locality |
protected String |
middleName |
protected String |
name |
protected String |
nickName |
protected String |
nonce |
protected String |
phoneNumber |
protected Boolean |
phoneNumberVerified |
protected String |
picture |
protected String |
postalCode |
protected String |
preferredUsername |
protected String |
profile |
protected String |
region |
protected String |
sessionState |
protected String |
streetAddress |
protected Long |
updatedAt |
protected String |
website |
protected String |
zoneinfo |
audience, expiration, id, issuedAt, issuedFor, issuer, notBefore, subject, type
Constructor and Description |
---|
IDToken() |
audience, expiration, getAudience, getExpiration, getId, getIssuedAt, getIssuedFor, getIssuer, getNotBefore, getSubject, getType, id, isActive, isExpired, isNotBefore, issuedAt, issuedFor, issuedNow, issuer, notBefore, subject, type
protected String nonce
protected String name
protected String givenName
protected String familyName
protected String middleName
protected String nickName
protected String preferredUsername
protected String profile
protected String picture
protected String website
protected String email
protected Boolean emailVerified
protected String gender
protected String birthdate
protected String zoneinfo
protected String locale
protected String phoneNumber
protected Boolean phoneNumberVerified
protected String address
protected Long updatedAt
protected String formattedAddress
protected String streetAddress
protected String locality
protected String region
protected String postalCode
protected String country
protected String claimsLocales
protected String sessionState
public String getNonce()
public void setNonce(String nonce)
public String getName()
public void setName(String name)
public String getGivenName()
public void setGivenName(String givenName)
public String getFamilyName()
public void setFamilyName(String familyName)
public String getMiddleName()
public void setMiddleName(String middleName)
public String getNickName()
public void setNickName(String nickName)
public String getPreferredUsername()
public void setPreferredUsername(String preferredUsername)
public String getProfile()
public void setProfile(String profile)
public String getPicture()
public void setPicture(String picture)
public String getWebsite()
public void setWebsite(String website)
public String getEmail()
public void setEmail(String email)
public Boolean getEmailVerified()
public void setEmailVerified(Boolean emailVerified)
public String getGender()
public void setGender(String gender)
public String getBirthdate()
public void setBirthdate(String birthdate)
public String getZoneinfo()
public void setZoneinfo(String zoneinfo)
public String getLocale()
public void setLocale(String locale)
public String getPhoneNumber()
public void setPhoneNumber(String phoneNumber)
public Boolean getPhoneNumberVerified()
public void setPhoneNumberVerified(Boolean phoneNumberVerified)
public String getAddress()
public void setAddress(String address)
public Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
public String getFormattedAddress()
public void setFormattedAddress(String formattedAddress)
public String getStreetAddress()
public void setStreetAddress(String streetAddress)
public String getLocality()
public void setLocality(String locality)
public String getRegion()
public void setRegion(String region)
public String getPostalCode()
public void setPostalCode(String postalCode)
public String getCountry()
public void setCountry(String country)
public String getClaimsLocales()
public void setClaimsLocales(String claimsLocales)
public String getSessionState()
public void setSessionState(String sessionState)
Copyright © 2015. All Rights Reserved.