| Package | Description |
|---|---|
| com.google.api.services.identitytoolkit.model |
| Modifier and Type | Method and Description |
|---|---|
VerifyCustomTokenResponse |
VerifyCustomTokenResponse.clone() |
VerifyCustomTokenResponse |
VerifyCustomTokenResponse.set(String fieldName,
Object value) |
VerifyCustomTokenResponse |
VerifyCustomTokenResponse.setExpiresIn(Long expiresIn)
If idToken is STS id token, then this field will be expiration time of STS id token in seconds.
|
VerifyCustomTokenResponse |
VerifyCustomTokenResponse.setIdToken(String idToken)
The GITKit token for authenticated user.
|
VerifyCustomTokenResponse |
VerifyCustomTokenResponse.setIsNewUser(Boolean isNewUser)
True if it's a new user sign-in, false if it's a returning user.
|
VerifyCustomTokenResponse |
VerifyCustomTokenResponse.setKind(String kind)
The fixed string "identitytoolkit#VerifyCustomTokenResponse".
|
VerifyCustomTokenResponse |
VerifyCustomTokenResponse.setRefreshToken(String refreshToken)
If idToken is STS id token, then this field will be refresh token.
|
Copyright © 2011–2021 Google. All rights reserved.