| Package | Description |
|---|---|
| com.google.api.services.identitytoolkit.model |
| Modifier and Type | Method and Description |
|---|---|
VerifyAssertionResponse |
VerifyAssertionResponse.clone() |
VerifyAssertionResponse |
VerifyAssertionResponse.set(String fieldName,
Object value) |
VerifyAssertionResponse |
VerifyAssertionResponse.setAction(String action)
The action code.
|
VerifyAssertionResponse |
VerifyAssertionResponse.setAppInstallationUrl(String appInstallationUrl)
URL for OTA app installation.
|
VerifyAssertionResponse |
VerifyAssertionResponse.setAppScheme(String appScheme)
The custom scheme used by mobile app.
|
VerifyAssertionResponse |
VerifyAssertionResponse.setContext(String context)
The opaque value used by the client to maintain context info between the authentication request
and the IDP callback.
|
VerifyAssertionResponse |
VerifyAssertionResponse.setDateOfBirth(String dateOfBirth)
The birth date of the IdP account.
|
VerifyAssertionResponse |
VerifyAssertionResponse.setDisplayName(String displayName)
The display name of the user.
|
VerifyAssertionResponse |
VerifyAssertionResponse.setEmail(String email)
The email returned by the IdP.
|
VerifyAssertionResponse |
VerifyAssertionResponse.setEmailRecycled(Boolean emailRecycled)
It's true if the email is recycled.
|
VerifyAssertionResponse |
VerifyAssertionResponse.setEmailVerified(Boolean emailVerified)
The value is true if the IDP is also the email provider.
|
VerifyAssertionResponse |
VerifyAssertionResponse.setErrorMessage(String errorMessage)
Client error code.
|
VerifyAssertionResponse |
VerifyAssertionResponse.setExpiresIn(Long expiresIn)
If idToken is STS id token, then this field will be expiration time of STS id token in seconds.
|
VerifyAssertionResponse |
VerifyAssertionResponse.setFederatedId(String federatedId)
The unique ID identifies the IdP account.
|
VerifyAssertionResponse |
VerifyAssertionResponse.setFirstName(String firstName)
The first name of the user.
|
VerifyAssertionResponse |
VerifyAssertionResponse.setFullName(String fullName)
The full name of the user.
|
VerifyAssertionResponse |
VerifyAssertionResponse.setIdToken(String idToken)
The ID token.
|
VerifyAssertionResponse |
VerifyAssertionResponse.setInputEmail(String inputEmail)
It's the identifier param in the createAuthUri request if the identifier is an email.
|
VerifyAssertionResponse |
VerifyAssertionResponse.setIsNewUser(Boolean isNewUser)
True if it's a new user sign-in, false if it's a returning user.
|
VerifyAssertionResponse |
VerifyAssertionResponse.setKind(String kind)
The fixed string "identitytoolkit#VerifyAssertionResponse".
|
VerifyAssertionResponse |
VerifyAssertionResponse.setLanguage(String language)
The language preference of the user.
|
VerifyAssertionResponse |
VerifyAssertionResponse.setLastName(String lastName)
The last name of the user.
|
VerifyAssertionResponse |
VerifyAssertionResponse.setLocalId(String localId)
The RP local ID if it's already been mapped to the IdP account identified by the federated ID.
|
VerifyAssertionResponse |
VerifyAssertionResponse.setNeedConfirmation(Boolean needConfirmation)
Whether the assertion is from a non-trusted IDP and need account linking confirmation.
|
VerifyAssertionResponse |
VerifyAssertionResponse.setNeedEmail(Boolean needEmail)
Whether need client to supply email to complete the federated login flow.
|
VerifyAssertionResponse |
VerifyAssertionResponse.setNickName(String nickName)
The nick name of the user.
|
VerifyAssertionResponse |
VerifyAssertionResponse.setOauthAccessToken(String oauthAccessToken)
The OAuth2 access token.
|
VerifyAssertionResponse |
VerifyAssertionResponse.setOauthAuthorizationCode(String oauthAuthorizationCode)
The OAuth2 authorization code.
|
VerifyAssertionResponse |
VerifyAssertionResponse.setOauthExpireIn(Integer oauthExpireIn)
The lifetime in seconds of the OAuth2 access token.
|
VerifyAssertionResponse |
VerifyAssertionResponse.setOauthIdToken(String oauthIdToken)
The OIDC id token.
|
VerifyAssertionResponse |
VerifyAssertionResponse.setOauthRequestToken(String oauthRequestToken)
The user approved request token for the OpenID OAuth extension.
|
VerifyAssertionResponse |
VerifyAssertionResponse.setOauthScope(String oauthScope)
The scope for the OpenID OAuth extension.
|
VerifyAssertionResponse |
VerifyAssertionResponse.setOauthTokenSecret(String oauthTokenSecret)
The OAuth1 access token secret.
|
VerifyAssertionResponse |
VerifyAssertionResponse.setOriginalEmail(String originalEmail)
The original email stored in the mapping storage.
|
VerifyAssertionResponse |
VerifyAssertionResponse.setPhotoUrl(String photoUrl)
The URI of the public accessible profiel picture.
|
VerifyAssertionResponse |
VerifyAssertionResponse.setProviderId(String providerId)
The IdP ID.
|
VerifyAssertionResponse |
VerifyAssertionResponse.setRawUserInfo(String rawUserInfo)
Raw IDP-returned user info.
|
VerifyAssertionResponse |
VerifyAssertionResponse.setRefreshToken(String refreshToken)
If idToken is STS id token, then this field will be refresh token.
|
VerifyAssertionResponse |
VerifyAssertionResponse.setScreenName(String screenName)
The screen_name of a Twitter user or the login name at Github.
|
VerifyAssertionResponse |
VerifyAssertionResponse.setTimeZone(String timeZone)
The timezone of the user.
|
VerifyAssertionResponse |
VerifyAssertionResponse.setVerifiedProvider(List<String> verifiedProvider)
When action is 'map', contains the idps which can be used for confirmation.
|
Copyright © 2011–2021 Google. All rights reserved.