com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
IdToken.Payload() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAuthorizationTimeSeconds()
Returns the time (in seconds) of end-user authorization or
null for none. |
Object |
getAuthorizedParty()
Returns the authorized party or
null for none. |
IdToken.Payload |
setAuthorizationTimeSeconds(Long authorizationTimeSeconds)
Sets the time (in seconds) of end-user authorization or
null for none. |
IdToken.Payload |
setAuthorizedParty(Object authorizedParty)
Sets the authorized party or
null for none. |
clone, getAudience, getAudienceAsList, getExpirationTimeSeconds, getIssuedAtTimeSeconds, getIssuer, getJwtId, getNotBeforeTimeSeconds, getSubject, getType, set, setAudience, setExpirationTimeSeconds, setIssuedAtTimeSeconds, setIssuer, setJwtId, setNotBeforeTimeSeconds, setSubject, setTypegetFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic final Long getAuthorizationTimeSeconds()
null for none.public IdToken.Payload setAuthorizationTimeSeconds(Long authorizationTimeSeconds)
null for none.
Overriding is only supported for the purpose of calling the super implementation and changing the return type, but nothing else.
public final Object getAuthorizedParty()
null for none.public IdToken.Payload setAuthorizedParty(Object authorizedParty)
null for none.
Overriding is only supported for the purpose of calling the super implementation and changing the return type, but nothing else.
Copyright © 2011-2013 Google. All Rights Reserved.