| Package | Description |
|---|---|
| com.google.api.services.identitytoolkit.model |
| Modifier and Type | Method and Description |
|---|---|
SignupNewUserResponse |
SignupNewUserResponse.clone() |
SignupNewUserResponse |
SignupNewUserResponse.set(String fieldName,
Object value) |
SignupNewUserResponse |
SignupNewUserResponse.setDisplayName(String displayName)
The name of the user.
|
SignupNewUserResponse |
SignupNewUserResponse.setEmail(String email)
The email of the user.
|
SignupNewUserResponse |
SignupNewUserResponse.setExpiresIn(Long expiresIn)
If idToken is STS id token, then this field will be expiration time of STS id token in seconds.
|
SignupNewUserResponse |
SignupNewUserResponse.setIdToken(String idToken)
The Gitkit id token to login the newly sign up user.
|
SignupNewUserResponse |
SignupNewUserResponse.setKind(String kind)
The fixed string "identitytoolkit#SignupNewUserResponse".
|
SignupNewUserResponse |
SignupNewUserResponse.setLocalId(String localId)
The RP local ID of the user.
|
SignupNewUserResponse |
SignupNewUserResponse.setRefreshToken(String refreshToken)
If idToken is STS id token, then this field will be refresh token.
|
Copyright © 2011–2021 Google. All rights reserved.