public class LineIdToken
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LineIdToken.Address |
static class |
LineIdToken.Builder |
| Modifier and Type | Field and Description |
|---|---|
static <any> |
CREATOR |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
LineIdToken.Address |
getAddress() |
java.util.List<java.lang.String> |
getAmr()
Get the Authentication Methods References.
|
java.lang.String |
getAudience()
Gets the channel ID.
|
java.util.Date |
getAuthTime()
Gets the time when the user authentication occurred.
|
java.lang.String |
getBirthdate() |
java.lang.String |
getEmail()
Gets the user's email address.
|
java.util.Date |
getExpiresAt()
Gets the expiration time of the ID Token.
|
java.lang.String |
getFamilyName() |
java.lang.String |
getFamilyNamePronunciation() |
java.lang.String |
getGender() |
java.lang.String |
getGivenName() |
java.lang.String |
getGivenNamePronunciation() |
java.util.Date |
getIssuedAt()
Gets the time when the ID token was generated.
|
java.lang.String |
getIssuer()
Gets the ID of the issuer of the ID token.
|
java.lang.String |
getMiddleName() |
java.lang.String |
getName()
Gets the user's display name.
|
java.lang.String |
getNonce() |
java.lang.String |
getPhoneNumber() |
java.lang.String |
getPicture()
Gets the user's profile image URL.
|
java.lang.String |
getRawString()
Gets the raw string of the ID Token.
|
java.lang.String |
getSubject()
Gets the user ID of the user that the ID token is generated for.
|
int |
hashCode() |
java.lang.String |
toString() |
void |
writeToParcel(Parcel dest,
int flags) |
public void writeToParcel(Parcel dest,
int flags)
public int describeContents()
@NonNull public java.lang.String getRawString()
@NonNull public java.lang.String getIssuer()
@NonNull public java.lang.String getSubject()
@NonNull public java.lang.String getAudience()
@NonNull public java.util.Date getExpiresAt()
@NonNull public java.util.Date getIssuedAt()
@Nullable public java.util.Date getAuthTime()
@Nullable public java.lang.String getNonce()
@Nullable public java.util.List<java.lang.String> getAmr()
@Nullable public java.lang.String getName()
@Nullable public java.lang.String getPicture()
@Nullable public java.lang.String getPhoneNumber()
@Nullable public java.lang.String getEmail()
@Nullable public java.lang.String getGender()
@Nullable public java.lang.String getBirthdate()
@Nullable public LineIdToken.Address getAddress()
@Nullable public java.lang.String getGivenName()
@Nullable public java.lang.String getGivenNamePronunciation()
@Nullable public java.lang.String getMiddleName()
@Nullable public java.lang.String getFamilyName()
@Nullable public java.lang.String getFamilyNamePronunciation()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object