• Home
  • Raw
  • Download

Lines Matching full:email

167   "identifier": "A String", # The email or federated ID of the user.
191 …ot;registered": True or False, # Whether the user is registered if the identifier is an email.
251 "email": "A String", # The email of the user.
252 "emailVerified": True or False, # Whether the email has been verified.
262 "email": "A String", # User's email at IDP.
303 { # Request to sign in with email.
304 "email": "A String", # The email address of the user.
313 { # Response of email signIn.
314 "email": "A String", # The user's email.
334 "email": [ # The list of emails of the users to inquiry.
359 "email": "A String", # The email of the user.
360 "emailVerified": True or False, # Whether the email has been verified.
370 "email": "A String", # User's email at IDP.
397 { # Request of getting a code for user confirmation (reset password, change email etc.)
405 "email": "A String", # The email of the user.
408 "idToken": "A String", # The user's Gitkit login token for email change.
410 "newEmail": "A String", # The new email if the code is for email change.
419 { # Response of getting a code for user confirmation (reset password, change email etc.).
420 "email": "A String", # The email address that the email is sent to.
443 "changeEmailTemplate": { # Template for an email template. # Change email template.
444 "body": "A String", # Email body.
445 "format": "A String", # Email body format.
446 "from": "A String", # From address of the email.
449 "subject": "A String", # Subject of the email.
465 …egacyResetPasswordTemplate": { # Template for an email template. # Legacy reset password emai…
466 "body": "A String", # Email body.
467 "format": "A String", # Email body format.
468 "from": "A String", # From address of the email.
471 "subject": "A String", # Subject of the email.
474 …"resetPasswordTemplate": { # Template for an email template. # Reset password email temp…
475 "body": "A String", # Email body.
476 "format": "A String", # Email body format.
477 "from": "A String", # From address of the email.
480 "subject": "A String", # Subject of the email.
482 "useEmailSending": True or False, # Whether to use email sending provided by Firebear.
483 "verifyEmailTemplate": { # Template for an email template. # Verify email template.
484 "body": "A String", # Email body.
485 "format": "A String", # Email body format.
486 "from": "A String", # From address of the email.
489 "subject": "A String", # Subject of the email.
533 "email": "A String", # The email address of the user.
544 …"email": "A String", # The user's email. If the out-of-band code is for e…
546 …: "A String", # If the out-of-band code is for email recovery, the user's new email.
597 "email": "A String", # The email of the user.
598 "emailVerified": True or False, # Mark the email as verified or not.
603 "oobCode": "A String", # The out-of-band code of the change email request.
621 "email": "A String", # The email of the user.
622 "emailVerified": True or False, # If email has been verified.
627 "newEmail": "A String", # The new email the user attempts to change to.
656 "changeEmailTemplate": { # Template for an email template. # Change email template.
657 "body": "A String", # Email body.
658 "format": "A String", # Email body format.
659 "from": "A String", # From address of the email.
662 "subject": "A String", # Subject of the email.
678 …egacyResetPasswordTemplate": { # Template for an email template. # Legacy reset password emai…
679 "body": "A String", # Email body.
680 "format": "A String", # Email body format.
681 "from": "A String", # From address of the email.
684 "subject": "A String", # Subject of the email.
686 …"resetPasswordTemplate": { # Template for an email template. # Reset password email temp…
687 "body": "A String", # Email body.
688 "format": "A String", # Email body format.
689 "from": "A String", # From address of the email.
692 "subject": "A String", # Subject of the email.
694 "useEmailSending": True or False, # Whether to use email sending provided by Firebear.
695 "verifyEmailTemplate": { # Template for an email template. # Verify email template.
696 "body": "A String", # Email body.
697 "format": "A String", # Email body format.
698 "from": "A String", # From address of the email.
701 "subject": "A String", # Subject of the email.
749 "email": "A String", # The email of the user.
750 …"emailVerified": True or False, # Mark the email as verified or not. Only can be used by…
767 "email": "A String", # The email of the user.
795 …rue or False, # If true, backend will do sanity check(including duplicate email and federated id) …
805 "email": "A String", # The email of the user.
806 "emailVerified": True or False, # Whether the email has been verified.
816 "email": "A String", # User's email at IDP.
884 …"email": "A String", # The email returned by the IdP. NOTE: The federated logi…
885 "emailRecycled": True or False, # It's true if the email is recycled.
886 …r False, # The value is true if the IDP is also the email provider. It means the user owns the ema…
893 …est if the identifier is an email. It can be used to check whether the user input email is differe…
900 …"needEmail": True or False, # Whether need client to supply email to complete the federa…
909 …ot;, # The original email stored in the mapping storage. It's returned when the federated ID …
962 "email": "A String", # The email of the user.
978 …"email": "A String", # The email returned by the IdP. NOTE: The federated logi…
988 "registered": True or False, # Whether the email is registered.