java.lang.Object | |
↳ | com.linecorp.linesdk.LineIdToken |
Represents an ID token that contains the user's information.
For more information about each field, please refer to:
OpenID Connect 1.0: ID Token
OpenID Connect 1.0: Standard Claims
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public static final Creator<LineIdToken> | CREATOR |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
List<String> |
getAmr()
Get the Authentication Methods References.
| ||||||||||
String |
getAudience()
Gets the channel ID.
| ||||||||||
Date |
getAuthTime()
Gets the time when the user authentication occurred.
| ||||||||||
String |
getEmail()
Gets the user's email address.
| ||||||||||
Date |
getExpiresAt()
Gets the expiration time of the ID Token.
| ||||||||||
Date |
getIssuedAt()
Gets the time when the ID token was generated.
| ||||||||||
String |
getIssuer()
Gets the ID of the issuer of the ID token.
| ||||||||||
String |
getName()
Gets the user's display name.
| ||||||||||
String |
getPicture()
Gets the user's profile image URL.
| ||||||||||
String |
getRawString()
Gets the raw string of the ID Token.
| ||||||||||
String |
getSubject()
Gets the user ID of the user that the ID token is generated for.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Get the Authentication Methods References.
Gets the channel ID.
Gets the time when the user authentication occurred.
Gets the user's email address.
Gets the expiration time of the ID Token.
Gets the time when the ID token was generated.
Gets the ID of the issuer of the ID token.
Gets the user's display name.
Gets the user's profile image URL.
Gets the raw string of the ID Token.
Gets the user ID of the user that the ID token is generated for.