public final class CreateAuthUriResponse extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Identity Toolkit API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
CreateAuthUriResponse() |
| Modifier and Type | Method and Description |
|---|---|
CreateAuthUriResponse |
clone() |
List<String> |
getAllProviders()
all providers the user has once used to do federated login
|
String |
getAuthUri()
The URI used by the IDP to authenticate the user.
|
Boolean |
getCaptchaRequired()
True if captcha is required.
|
Boolean |
getForExistingProvider()
True if the authUri is for user's existing provider.
|
String |
getKind()
The fixed string identitytoolkit#CreateAuthUriResponse".
|
String |
getProviderId()
The provider ID of the auth URI.
|
Boolean |
getRegistered()
Whether the user is registered if the identifier is an email.
|
String |
getSessionId()
Session ID which should be passed in the following verifyAssertion request.
|
List<String> |
getSigninMethods()
All sign-in methods this user has used.
|
CreateAuthUriResponse |
set(String fieldName,
Object value) |
CreateAuthUriResponse |
setAllProviders(List<String> allProviders)
all providers the user has once used to do federated login
|
CreateAuthUriResponse |
setAuthUri(String authUri)
The URI used by the IDP to authenticate the user.
|
CreateAuthUriResponse |
setCaptchaRequired(Boolean captchaRequired)
True if captcha is required.
|
CreateAuthUriResponse |
setForExistingProvider(Boolean forExistingProvider)
True if the authUri is for user's existing provider.
|
CreateAuthUriResponse |
setKind(String kind)
The fixed string identitytoolkit#CreateAuthUriResponse".
|
CreateAuthUriResponse |
setProviderId(String providerId)
The provider ID of the auth URI.
|
CreateAuthUriResponse |
setRegistered(Boolean registered)
Whether the user is registered if the identifier is an email.
|
CreateAuthUriResponse |
setSessionId(String sessionId)
Session ID which should be passed in the following verifyAssertion request.
|
CreateAuthUriResponse |
setSigninMethods(List<String> signinMethods)
All sign-in methods this user has used.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic List<String> getAllProviders()
null for nonepublic CreateAuthUriResponse setAllProviders(List<String> allProviders)
allProviders - allProviders or null for nonepublic String getAuthUri()
null for nonepublic CreateAuthUriResponse setAuthUri(String authUri)
authUri - authUri or null for nonepublic Boolean getCaptchaRequired()
null for nonepublic CreateAuthUriResponse setCaptchaRequired(Boolean captchaRequired)
captchaRequired - captchaRequired or null for nonepublic Boolean getForExistingProvider()
null for nonepublic CreateAuthUriResponse setForExistingProvider(Boolean forExistingProvider)
forExistingProvider - forExistingProvider or null for nonepublic String getKind()
null for nonepublic CreateAuthUriResponse setKind(String kind)
kind - kind or null for nonepublic String getProviderId()
null for nonepublic CreateAuthUriResponse setProviderId(String providerId)
providerId - providerId or null for nonepublic Boolean getRegistered()
null for nonepublic CreateAuthUriResponse setRegistered(Boolean registered)
registered - registered or null for nonepublic String getSessionId()
null for nonepublic CreateAuthUriResponse setSessionId(String sessionId)
sessionId - sessionId or null for nonepublic List<String> getSigninMethods()
null for nonepublic CreateAuthUriResponse setSigninMethods(List<String> signinMethods)
signinMethods - signinMethods or null for nonepublic CreateAuthUriResponse set(String fieldName, Object value)
set in class GenericJsonpublic CreateAuthUriResponse clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.