| Package | Description |
|---|---|
| com.google.api.services.identitytoolkit.model |
| Modifier and Type | Method and Description |
|---|---|
VerifyPasswordResponse |
VerifyPasswordResponse.clone() |
VerifyPasswordResponse |
VerifyPasswordResponse.set(String fieldName,
Object value) |
VerifyPasswordResponse |
VerifyPasswordResponse.setDisplayName(String displayName)
The name of the user.
|
VerifyPasswordResponse |
VerifyPasswordResponse.setEmail(String email)
The email returned by the IdP.
|
VerifyPasswordResponse |
VerifyPasswordResponse.setExpiresIn(Long expiresIn)
If idToken is STS id token, then this field will be expiration time of STS id token in seconds.
|
VerifyPasswordResponse |
VerifyPasswordResponse.setIdToken(String idToken)
The GITKit token for authenticated user.
|
VerifyPasswordResponse |
VerifyPasswordResponse.setKind(String kind)
The fixed string "identitytoolkit#VerifyPasswordResponse".
|
VerifyPasswordResponse |
VerifyPasswordResponse.setLocalId(String localId)
The RP local ID if it's already been mapped to the IdP account identified by the federated ID.
|
VerifyPasswordResponse |
VerifyPasswordResponse.setOauthAccessToken(String oauthAccessToken)
The OAuth2 access token.
|
VerifyPasswordResponse |
VerifyPasswordResponse.setOauthAuthorizationCode(String oauthAuthorizationCode)
The OAuth2 authorization code.
|
VerifyPasswordResponse |
VerifyPasswordResponse.setOauthExpireIn(Integer oauthExpireIn)
The lifetime in seconds of the OAuth2 access token.
|
VerifyPasswordResponse |
VerifyPasswordResponse.setPhotoUrl(String photoUrl)
The URI of the user's photo at IdP
|
VerifyPasswordResponse |
VerifyPasswordResponse.setRefreshToken(String refreshToken)
If idToken is STS id token, then this field will be refresh token.
|
VerifyPasswordResponse |
VerifyPasswordResponse.setRegistered(Boolean registered)
Whether the email is registered.
|
Copyright © 2011–2021 Google. All rights reserved.