The credential returned as a result of a successful sign-in. Data returned within this object depends on the type of credential that user has selected; for example a password is returned only when a password-backed credential was selected.
| public static final Creator<SignInCredential> | CREATOR |
| boolean | |
| String | |
| String | |
| String | |
| String | |
| String |
getId()
Returns the identifier of the credential.
|
| String | |
| Uri | |
| int |
hashCode()
|
| void |
writeToParcel(Parcel dest, int
flags)
|
Returns the identifier of the credential. For an ID token credential, this returns the email address of the user's account and for a password-backed credential, it returns the username for that password.