| Package | Description |
|---|---|
| com.google.api.services.identitytoolkit.model |
| Modifier and Type | Method and Description |
|---|---|
SetAccountInfoResponse |
SetAccountInfoResponse.clone() |
SetAccountInfoResponse |
SetAccountInfoResponse.encodePasswordHash(byte[] passwordHash)
The user's hashed password.
|
SetAccountInfoResponse |
SetAccountInfoResponse.set(String fieldName,
Object value) |
SetAccountInfoResponse |
SetAccountInfoResponse.setDisplayName(String displayName)
The name of the user.
|
SetAccountInfoResponse |
SetAccountInfoResponse.setEmail(String email)
The email of the user.
|
SetAccountInfoResponse |
SetAccountInfoResponse.setEmailVerified(Boolean emailVerified)
If email has been verified.
|
SetAccountInfoResponse |
SetAccountInfoResponse.setExpiresIn(Long expiresIn)
If idToken is STS id token, then this field will be expiration time of STS id token in seconds.
|
SetAccountInfoResponse |
SetAccountInfoResponse.setIdToken(String idToken)
The Gitkit id token to login the newly sign up user.
|
SetAccountInfoResponse |
SetAccountInfoResponse.setKind(String kind)
The fixed string "identitytoolkit#SetAccountInfoResponse".
|
SetAccountInfoResponse |
SetAccountInfoResponse.setLocalId(String localId)
The local ID of the user.
|
SetAccountInfoResponse |
SetAccountInfoResponse.setNewEmail(String newEmail)
The new email the user attempts to change to.
|
SetAccountInfoResponse |
SetAccountInfoResponse.setPasswordHash(String passwordHash)
The user's hashed password.
|
SetAccountInfoResponse |
SetAccountInfoResponse.setPhotoUrl(String photoUrl)
The photo url of the user.
|
SetAccountInfoResponse |
SetAccountInfoResponse.setProviderUserInfo(List<SetAccountInfoResponse.ProviderUserInfo> providerUserInfo)
The user's profiles at the associated IdPs.
|
SetAccountInfoResponse |
SetAccountInfoResponse.setRefreshToken(String refreshToken)
If idToken is STS id token, then this field will be refresh token.
|
Copyright © 2011–2021 Google. All rights reserved.