| Package | Description |
|---|---|
| com.google.api.services.identitytoolkit.model |
| Modifier and Type | Method and Description |
|---|---|
CreateAuthUriResponse |
CreateAuthUriResponse.clone() |
CreateAuthUriResponse |
CreateAuthUriResponse.set(String fieldName,
Object value) |
CreateAuthUriResponse |
CreateAuthUriResponse.setAllProviders(List<String> allProviders)
all providers the user has once used to do federated login
|
CreateAuthUriResponse |
CreateAuthUriResponse.setAuthUri(String authUri)
The URI used by the IDP to authenticate the user.
|
CreateAuthUriResponse |
CreateAuthUriResponse.setCaptchaRequired(Boolean captchaRequired)
True if captcha is required.
|
CreateAuthUriResponse |
CreateAuthUriResponse.setForExistingProvider(Boolean forExistingProvider)
True if the authUri is for user's existing provider.
|
CreateAuthUriResponse |
CreateAuthUriResponse.setKind(String kind)
The fixed string identitytoolkit#CreateAuthUriResponse".
|
CreateAuthUriResponse |
CreateAuthUriResponse.setProviderId(String providerId)
The provider ID of the auth URI.
|
CreateAuthUriResponse |
CreateAuthUriResponse.setRegistered(Boolean registered)
Whether the user is registered if the identifier is an email.
|
CreateAuthUriResponse |
CreateAuthUriResponse.setSessionId(String sessionId)
Session ID which should be passed in the following verifyAssertion request.
|
CreateAuthUriResponse |
CreateAuthUriResponse.setSigninMethods(List<String> signinMethods)
All sign-in methods this user has used.
|
Copyright © 2011–2021 Google. All rights reserved.