A token that is signed by an Authenticator
to confirm that the account
specified in the idToken
is a valid account of accountType
.
Inherited Constant Summary
Field Summary
public static final Creator<IdToken> | CREATOR |
Public Constructor Summary
Public Method Summary
boolean | |
String |
getAccountType()
Returns
AccountManager account type for the token.
|
String |
getIdToken()
Returns the ID token, formatted according to the rules defined by the account
type.
|
void |
writeToParcel(Parcel out, int
flags)
|
Inherited Method Summary
Fields
Public Constructors
Public Methods
public boolean equals (Object obj)
public String getAccountType ()
Returns AccountManager
account type for the token.
public String getIdToken ()
Returns the ID token, formatted according to the rules defined by the account type.