Update docs for v1.5.3
diff --git a/docs/dyn/identitytoolkit_v3.relyingparty.html b/docs/dyn/identitytoolkit_v3.relyingparty.html
index 678cdca..bf6a581 100644
--- a/docs/dyn/identitytoolkit_v3.relyingparty.html
+++ b/docs/dyn/identitytoolkit_v3.relyingparty.html
@@ -228,6 +228,7 @@
"federatedId": "A String", # User's identifier at IDP.
"displayName": "A String", # The user's display name at the IDP.
"photoUrl": "A String", # The user's photo url at the IDP.
+ "rawUserInfo": "A String", # Raw IDP-returned user info.
"providerId": "A String", # The IdP ID. For white listed IdPs it's a short domain name, e.g., google.com, aol.com, live.net and yahoo.com. For other OpenID IdPs it's the OP identifier.
"rawId": "A String", # User's raw identifier directly returned from IDP.
"email": "A String", # User's email at IDP.
@@ -285,6 +286,7 @@
"federatedId": "A String", # User's identifier at IDP.
"displayName": "A String", # The user's display name at the IDP.
"photoUrl": "A String", # The user's photo url at the IDP.
+ "rawUserInfo": "A String", # Raw IDP-returned user info.
"providerId": "A String", # The IdP ID. For white listed IdPs it's a short domain name, e.g., google.com, aol.com, live.net and yahoo.com. For other OpenID IdPs it's the OP identifier.
"rawId": "A String", # User's raw identifier directly returned from IDP.
"email": "A String", # User's email at IDP.
@@ -671,6 +673,7 @@
"federatedId": "A String", # User's identifier at IDP.
"displayName": "A String", # The user's display name at the IDP.
"photoUrl": "A String", # The user's photo url at the IDP.
+ "rawUserInfo": "A String", # Raw IDP-returned user info.
"providerId": "A String", # The IdP ID. For white listed IdPs it's a short domain name, e.g., google.com, aol.com, live.net and yahoo.com. For other OpenID IdPs it's the OP identifier.
"rawId": "A String", # User's raw identifier directly returned from IDP.
"email": "A String", # User's email at IDP.
@@ -723,6 +726,7 @@
"requestUri": "A String", # The URI to which the IDP redirects the user back. It may contain federated login result params added by the IDP.
"returnSecureToken": True or False, # Whether return sts id token and refresh token instead of gitkit token.
"returnRefreshToken": True or False, # Whether to return refresh tokens.
+ "returnIdpCredential": True or False, # Whether return 200 and IDP credential rather than throw exception when federated id is already linked.
}
@@ -734,6 +738,7 @@
"localId": "A String", # The RP local ID if it's already been mapped to the IdP account identified by the federated ID.
"photoUrl": "A String", # The URI of the public accessible profiel picture.
"inputEmail": "A String", # It's the identifier param in the createAuthUri request if the identifier is an email. It can be used to check whether the user input email is different from the asserted email.
+ "rawUserInfo": "A String", # Raw IDP-returned user info.
"appScheme": "A String", # The custom scheme used by mobile app.
"expiresIn": "A String", # If idToken is STS id token, then this field will be expiration time of STS id token in seconds.
"refreshToken": "A String", # If idToken is STS id token, then this field will be refresh token.
@@ -742,32 +747,33 @@
],
"needEmail": True or False, # Whether need client to supply email to complete the federated login flow.
"dateOfBirth": "A String", # The birth date of the IdP account.
- "nickName": "A String", # The nick name of the user.
+ "oauthAccessToken": "A String", # The OAuth2 access token.
+ "emailRecycled": True or False, # It's true if the email is recycled.
"email": "A String", # The email returned by the IdP. NOTE: The federated login user may not own the email.
"screenName": "A String", # The screen_name of a Twitter user.
- "oauthAccessToken": "A String", # The OAuth2 access token.
+ "nickName": "A String", # The nick name of the user.
+ "errorMessage": "A String", # Client error code.
"oauthTokenSecret": "A String", # The OAuth1 access token secret.
"language": "A String", # The language preference of the user.
"needConfirmation": True or False, # Whether the assertion is from a non-trusted IDP and need account linking confirmation.
"oauthIdToken": "A String", # The OIDC id token.
"fullName": "A String", # The full name of the user.
"kind": "identitytoolkit#VerifyAssertionResponse", # The fixed string "identitytoolkit#VerifyAssertionResponse".
- "idToken": "A String", # The ID token.
"displayName": "A String", # The display name of the user.
"appInstallationUrl": "A String", # URL for OTA app installation.
"firstName": "A String", # The first name of the user.
"oauthExpireIn": 42, # The lifetime in seconds of the OAuth2 access token.
"emailVerified": True or False, # The value is true if the IDP is also the email provider. It means the user owns the email.
+ "lastName": "A String", # The last name of the user.
"oauthScope": "A String", # The scope for the OpenID OAuth extension.
"oauthRequestToken": "A String", # The user approved request token for the OpenID OAuth extension.
"oauthAuthorizationCode": "A String", # The OAuth2 authorization code.
"originalEmail": "A String", # The original email stored in the mapping storage. It's returned when the federated ID is associated to a different email.
"providerId": "A String", # The IdP ID. For white listed IdPs it's a short domain name e.g. google.com, aol.com, live.net and yahoo.com. If the "providerId" param is set to OpenID OP identifer other than the whilte listed IdPs the OP identifier is returned. If the "identifier" param is federated ID in the createAuthUri request. The domain part of the federated ID is returned.
"context": "A String", # The opaque value used by the client to maintain context info between the authentication request and the IDP callback.
- "lastName": "A String", # The last name of the user.
+ "idToken": "A String", # The ID token.
"action": "A String", # The action code.
"timeZone": "A String", # The timezone of the user.
- "emailRecycled": True or False, # It's true if the email is recycled.
}</pre>
</div>