• Home
  • Raw
  • Download

Lines Matching full:user

79 <p class="firstline">Creates the URI used by the IdP to authenticate the user.</p>
82 <p class="firstline">Delete user account.</p>
85 <p class="firstline">Batch download user accounts.</p>
94 <p class="firstline">Get a code for user action confirmation.</p>
106 <p class="firstline">Reset password for a user.</p>
109 <p class="firstline">Set account info for a user.</p>
115 <p class="firstline">Sign out user.</p>
118 <p class="firstline">Signup new user.</p>
121 <p class="firstline">Batch upload existing user accounts.</p>
130 <p class="firstline">Verifies the user entered password.</p>
134 <pre>Creates the URI used by the IdP to authenticate the user.
146 …cope": "A String", # Additional oauth scopes, beyond the basid user profile, that the user would b…
152 …"continueUri": "A String", # The URI to which the IDP redirects the user after the federated login…
156 "identifier": "A String", # The email or federated ID of the user.
167 "registered": True or False, # Whether the user is registered if the identifier is an email.
168 "allProviders": [ # all providers the user has once used to do federated login
171 "forExistingProvider": True or False, # True if the authUri is for user's existing provider.
173 "authUri": "A String", # The URI used by the IDP to authenticate the user.
179 <pre>Delete user account.
186 "idToken": "A String", # The GITKit token or STS id token of the authenticated user.
188 "localId": "A String", # The local ID of the user.
202 <pre>Batch download user accounts.
208 { # Request to download user account in batch.
222 "users": [ # The user accounts data.
224 "rawPassword": "A String", # The user's plain text password.
225 "passwordHash": "A String", # The user's hashed password.
226 "displayName": "A String", # The name of the user.
227 "localId": "A String", # The local ID of the user.
229 "photoUrl": "A String", # The URL of the user profile photo.
232 "customAuth": True or False, # Whether the user is authenticated by the developer.
233 "disabled": True or False, # Whether the user is disabled.
234 "version": 42, # Version of the user's password.
235 "phoneNumber": "A String", # User's phone number.
236 "providerUserInfo": [ # The IDP of the user.
238 "federatedId": "A String", # User's identifier at IDP.
239 "displayName": "A String", # The user's display name at the IDP.
240 "photoUrl": "A String", # The user's photo url at the IDP.
242 "phoneNumber": "A String", # User's phone number.
243 "rawId": "A String", # User's raw identifier directly returned from IDP.
244 "email": "A String", # User's email at IDP.
245 "screenName": "A String", # User's screen name at Twitter or login name at Github.
249 "salt": "A String", # The user's password salt.
250 "email": "A String", # The email of the user.
251 "createdAt": "A String", # User creation timestamp.
252 "screenName": "A String", # User's screen name at Twitter or login name at Github.
281 "idToken": "A String", # The GITKit token of the authenticated user.
299 "rawPassword": "A String", # The user's plain text password.
300 "passwordHash": "A String", # The user's hashed password.
301 "displayName": "A String", # The name of the user.
302 "localId": "A String", # The local ID of the user.
304 "photoUrl": "A String", # The URL of the user profile photo.
307 "customAuth": True or False, # Whether the user is authenticated by the developer.
308 "disabled": True or False, # Whether the user is disabled.
309 "version": 42, # Version of the user's password.
310 "phoneNumber": "A String", # User's phone number.
311 "providerUserInfo": [ # The IDP of the user.
313 "federatedId": "A String", # User's identifier at IDP.
314 "displayName": "A String", # The user's display name at the IDP.
315 "photoUrl": "A String", # The user's photo url at the IDP.
317 "phoneNumber": "A String", # User's phone number.
318 "rawId": "A String", # User's raw identifier directly returned from IDP.
319 "email": "A String", # User's email at IDP.
320 "screenName": "A String", # User's screen name at Twitter or login name at Github.
324 "salt": "A String", # The user's password salt.
325 "email": "A String", # The email of the user.
326 "createdAt": "A String", # User creation timestamp.
327 "screenName": "A String", # User's screen name at Twitter or login name at Github.
335 <pre>Get a code for user action confirmation.
341 { # Request of getting a code for user confirmation (reset password, change email etc.)
345 …the app. if the version on the device is lower than this version then the user is taken to the pla…
348 "idToken": "A String", # The user's Gitkit login token for email change.
349 "challenge": "A String", # The recaptcha challenge presented to the user.
351 "email": "A String", # The email of the user.
354 "userIp": "A String", # The IP address of the user.
356 "captchaResp": "A String", # The recaptcha response from the user.
363 { # Response of getting a code for user confirmation (reset password, change email etc.).
365 "oobCode": "A String", # The code to be send to the user.
386 "enableAnonymousUser": True or False, # Whether anonymous user is enabled.
414 "allowPasswordUser": True or False, # Whether to allow password user sign in or sign up.
470 <pre>Reset password for a user.
477 "newPassword": "A String", # The new password inputted by the user.
478 "oldPassword": "A String", # The old password inputted by the user.
480 "email": "A String", # The email address of the user.
490 …"email": "A String", # The user's email. If the out-of-band code is for email recovery, the user's…
491 "newEmail": "A String", # If the out-of-band code is for email recovery, the user's new email.
497 <pre>Set account info for a user.
509 "localId": "A String", # The local ID of the user.
511 "photoUrl": "A String", # The photo url of the user.
515 "provider": [ # The associated IDPs of the user.
518 "disableUser": True or False, # Whether to disable the user.
519 "deleteProvider": [ # The IDPs the user request to delete.
524 "upgradeToFederatedLogin": True or False, # Mark the user to upgrade to federated login.
525 "idToken": "A String", # The GITKit token of the authenticated user.
527 "displayName": "A String", # The name of the user.
528 "password": "A String", # The new password of the user.
529 "email": "A String", # The email of the user.
540 "displayName": "A String", # The name of the user.
541 "localId": "A String", # The local ID of the user.
542 "photoUrl": "A String", # The photo url of the user.
544 "passwordHash": "A String", # The user's hashed password.
545 "newEmail": "A String", # The new email the user attempts to change to.
546 "idToken": "A String", # The Gitkit id token to login the newly sign up user.
548 "providerUserInfo": [ # The user's profiles at the associated IdPs.
550 "federatedId": "A String", # User's identifier at IDP.
552 "displayName": "A String", # The user's display name at the IDP.
553 "photoUrl": "A String", # The user's photo url at the IDP.
556 "email": "A String", # The email of the user.
579 "enableAnonymousUser": True or False, # Whether to enable anonymous user.
600 "allowPasswordUser": True or False, # Whether to allow password user sign in or sign up.
634 <pre>Sign out user.
640 { # Request to sign out user.
642 "localId": "A String", # The local ID of the user.
649 { # Response of signing out user.
650 "localId": "A String", # The local ID of the user.
656 <pre>Signup new user.
662 { # Request to signup new user, create anonymous user or anonymous user reauth.
664 "displayName": "A String", # The name of the user.
665 "localId": "A String", # Privileged caller can create user with specified user id.
666 "photoUrl": "A String", # The photo url of the user.
669 "disabled": True or False, # Whether to disable the user. Only can be used by service account.
671 "idToken": "A String", # The GITKit token of the authenticated user.
672 "password": "A String", # The new password of the user.
673 "email": "A String", # The email of the user.
680 { # Response of signing up new user, creating anonymous user or anonymous user reauth.
683 "displayName": "A String", # The name of the user.
684 "localId": "A String", # The RP local ID of the user.
685 "idToken": "A String", # The Gitkit id token to login the newly sign up user.
687 "email": "A String", # The email of the user.
693 <pre>Batch upload existing user accounts.
699 { # Request to upload user account in batch.
702 …"allowOverwrite": True or False, # Whether allow overwrite existing account when user local_id exi…
705 "rawPassword": "A String", # The user's plain text password.
706 "passwordHash": "A String", # The user's hashed password.
707 "displayName": "A String", # The name of the user.
708 "localId": "A String", # The local ID of the user.
710 "photoUrl": "A String", # The URL of the user profile photo.
713 "customAuth": True or False, # Whether the user is authenticated by the developer.
714 "disabled": True or False, # Whether the user is disabled.
715 "version": 42, # Version of the user's password.
716 "phoneNumber": "A String", # User's phone number.
717 "providerUserInfo": [ # The IDP of the user.
719 "federatedId": "A String", # User's identifier at IDP.
720 "displayName": "A String", # The user's display name at the IDP.
721 "photoUrl": "A String", # The user's photo url at the IDP.
723 "phoneNumber": "A String", # User's phone number.
724 "rawId": "A String", # User's raw identifier directly returned from IDP.
725 "email": "A String", # User's email at IDP.
726 "screenName": "A String", # User's screen name at Twitter or login name at Github.
730 "salt": "A String", # The user's password salt.
731 "email": "A String", # The email of the user.
732 "createdAt": "A String", # User creation timestamp.
733 "screenName": "A String", # User's screen name at Twitter or login name at Github.
771 "idToken": "A String", # The GITKit token of the authenticated user.
772 …Token": "A String", # The GITKit token for the non-trusted IDP pending to be confirmed by the user.
774 …"requestUri": "A String", # The URI to which the IDP redirects the user back. It may contain feder…
776 …a new account if the user doesn't exist. When it's false, allows existing user to sign in normally…
789 "isNewUser": True or False, # True if it's a new user sign-in, false if it's a returning user.
790 …equest if the identifier is an email. It can be used to check whether the user input email is diff…
791 "rawUserInfo": "A String", # Raw IDP-returned user info.
802 …"email": "A String", # The email returned by the IdP. NOTE: The federated login user may not own t…
803 "screenName": "A String", # The screen_name of a Twitter user or the login name at Github.
804 "nickName": "A String", # The nick name of the user.
807 "language": "A String", # The language preference of the user.
810 "fullName": "A String", # The full name of the user.
812 "displayName": "A String", # The display name of the user.
814 "firstName": "A String", # The first name of the user.
816 …False, # The value is true if the IDP is also the email provider. It means the user owns the email.
817 "lastName": "A String", # The last name of the user.
819 … "oauthRequestToken": "A String", # The user approved request token for the OpenID OAuth extension.
826 "timeZone": "A String", # The timezone of the user.
851 "idToken": "A String", # The GITKit token for authenticated user.
859 <pre>Verifies the user entered password.
869 "idToken": "A String", # The GITKit token of the authenticated user.
870 …ken": "A String", # The GITKit token for the non-trusted IDP, which is to be confirmed by the user.
873 "password": "A String", # The password inputed by the user.
874 "email": "A String", # The email of the user.
884 "displayName": "A String", # The name of the user.
887 "photoUrl": "A String", # The URI of the user's photo at IdP
889 "idToken": "A String", # The GITKit token for authenticated user.
893 …"email": "A String", # The email returned by the IdP. NOTE: The federated login user may not own t…