| Package | Description |
|---|---|
| com.google.api.services.identitytoolkit.model |
| Modifier and Type | Method and Description |
|---|---|
UserInfo |
UserInfo.clone() |
UserInfo |
UserInfo.encodePasswordHash(byte[] passwordHash)
The user's hashed password.
|
UserInfo |
UserInfo.encodeSalt(byte[] salt)
The user's password salt.
|
UserInfo |
UserInfo.set(String fieldName,
Object value) |
UserInfo |
UserInfo.setCreatedAt(Long createdAt)
User creation timestamp.
|
UserInfo |
UserInfo.setCustomAttributes(String customAttributes)
The custom attributes to be set in the user's id token.
|
UserInfo |
UserInfo.setCustomAuth(Boolean customAuth)
Whether the user is authenticated by the developer.
|
UserInfo |
UserInfo.setDisabled(Boolean disabled)
Whether the user is disabled.
|
UserInfo |
UserInfo.setDisplayName(String displayName)
The name of the user.
|
UserInfo |
UserInfo.setEmail(String email)
The email of the user.
|
UserInfo |
UserInfo.setEmailVerified(Boolean emailVerified)
Whether the email has been verified.
|
UserInfo |
UserInfo.setLastLoginAt(Long lastLoginAt)
last login timestamp.
|
UserInfo |
UserInfo.setLocalId(String localId)
The local ID of the user.
|
UserInfo |
UserInfo.setPasswordHash(String passwordHash)
The user's hashed password.
|
UserInfo |
UserInfo.setPasswordUpdatedAt(Double passwordUpdatedAt)
The timestamp when the password was last updated.
|
UserInfo |
UserInfo.setPhoneNumber(String phoneNumber)
User's phone number.
|
UserInfo |
UserInfo.setPhotoUrl(String photoUrl)
The URL of the user profile photo.
|
UserInfo |
UserInfo.setProviderUserInfo(List<UserInfo.ProviderUserInfo> providerUserInfo)
The IDP of the user.
|
UserInfo |
UserInfo.setRawPassword(String rawPassword)
The user's plain text password.
|
UserInfo |
UserInfo.setSalt(String salt)
The user's password salt.
|
UserInfo |
UserInfo.setScreenName(String screenName)
User's screen name at Twitter or login name at Github.
|
UserInfo |
UserInfo.setValidSince(Long validSince)
Timestamp in seconds for valid login token.
|
UserInfo |
UserInfo.setVersion(Integer version)
Version of the user's password.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserInfo> |
IdentitytoolkitRelyingpartyUploadAccountRequest.getUsers()
The account info to be stored.
|
List<UserInfo> |
GetAccountInfoResponse.getUsers()
The info of the users.
|
List<UserInfo> |
DownloadAccountResponse.getUsers()
The user accounts data.
|
| Modifier and Type | Method and Description |
|---|---|
IdentitytoolkitRelyingpartyUploadAccountRequest |
IdentitytoolkitRelyingpartyUploadAccountRequest.setUsers(List<UserInfo> users)
The account info to be stored.
|
GetAccountInfoResponse |
GetAccountInfoResponse.setUsers(List<UserInfo> users)
The info of the users.
|
DownloadAccountResponse |
DownloadAccountResponse.setUsers(List<UserInfo> users)
The user accounts data.
|
Copyright © 2011–2021 Google. All rights reserved.