You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/identitytoolkit_v1.accounts.html
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -307,6 +307,9 @@ <h3>Method Details</h3>
307
307
"mfaInfo": [ # Information on which multi-factor authentication providers are enabled for this account.
308
308
{ # Information on which multi-factor authentication (MFA) providers are enabled for an account.
309
309
"displayName": "A String", # Display name for this mfa option e.g. "corp cell phone".
310
+
"emailInfo": { # Information about email MFA. # Contains information specific to email MFA.
311
+
"emailAddress": "A String", # Email address that a MFA verification should be sent to.
312
+
},
310
313
"enrolledAt": "A String", # Timestamp when the account enrolled this second factor.
311
314
"mfaEnrollmentId": "A String", # ID of this MFA option.
312
315
"phoneInfo": "A String", # Normally this will show the phone number associated with this enrollment. In some situations, such as after a first factor sign in, it will only show the obfuscated version of the associated phone number.
@@ -372,6 +375,9 @@ <h3>Method Details</h3>
372
375
"kind": "A String",
373
376
"mfaInfo": { # Information on which multi-factor authentication (MFA) providers are enabled for an account.
374
377
"displayName": "A String", # Display name for this mfa option e.g. "corp cell phone".
378
+
"emailInfo": { # Information about email MFA. # Contains information specific to email MFA.
379
+
"emailAddress": "A String", # Email address that a MFA verification should be sent to.
380
+
},
375
381
"enrolledAt": "A String", # Timestamp when the account enrolled this second factor.
376
382
"mfaEnrollmentId": "A String", # ID of this MFA option.
377
383
"phoneInfo": "A String", # Normally this will show the phone number associated with this enrollment. In some situations, such as after a first factor sign in, it will only show the obfuscated version of the associated phone number.
@@ -531,6 +537,9 @@ <h3>Method Details</h3>
531
537
"mfaInfo": [ # Info on which multi-factor authentication providers are enabled. Present if the user needs to complete the sign-in using multi-factor authentication.
532
538
{ # Information on which multi-factor authentication (MFA) providers are enabled for an account.
533
539
"displayName": "A String", # Display name for this mfa option e.g. "corp cell phone".
540
+
"emailInfo": { # Information about email MFA. # Contains information specific to email MFA.
541
+
"emailAddress": "A String", # Email address that a MFA verification should be sent to.
542
+
},
534
543
"enrolledAt": "A String", # Timestamp when the account enrolled this second factor.
535
544
"mfaEnrollmentId": "A String", # ID of this MFA option.
536
545
"phoneInfo": "A String", # Normally this will show the phone number associated with this enrollment. In some situations, such as after a first factor sign in, it will only show the obfuscated version of the associated phone number.
@@ -639,6 +648,9 @@ <h3>Method Details</h3>
639
648
"mfaInfo": [ # Info on which multi-factor authentication providers are enabled for the account. Present if the user needs to complete the sign-in using multi-factor authentication.
640
649
{ # Information on which multi-factor authentication (MFA) providers are enabled for an account.
641
650
"displayName": "A String", # Display name for this mfa option e.g. "corp cell phone".
651
+
"emailInfo": { # Information about email MFA. # Contains information specific to email MFA.
652
+
"emailAddress": "A String", # Email address that a MFA verification should be sent to.
653
+
},
642
654
"enrolledAt": "A String", # Timestamp when the account enrolled this second factor.
643
655
"mfaEnrollmentId": "A String", # ID of this MFA option.
644
656
"phoneInfo": "A String", # Normally this will show the phone number associated with this enrollment. In some situations, such as after a first factor sign in, it will only show the obfuscated version of the associated phone number.
@@ -713,6 +725,9 @@ <h3>Method Details</h3>
713
725
"mfaInfo": [ # Info on which multi-factor authentication providers are enabled for the account. Present if the user needs to complete the sign-in using multi-factor authentication.
714
726
{ # Information on which multi-factor authentication (MFA) providers are enabled for an account.
715
727
"displayName": "A String", # Display name for this mfa option e.g. "corp cell phone".
728
+
"emailInfo": { # Information about email MFA. # Contains information specific to email MFA.
729
+
"emailAddress": "A String", # Email address that a MFA verification should be sent to.
730
+
},
716
731
"enrolledAt": "A String", # Timestamp when the account enrolled this second factor.
717
732
"mfaEnrollmentId": "A String", # ID of this MFA option.
718
733
"phoneInfo": "A String", # Normally this will show the phone number associated with this enrollment. In some situations, such as after a first factor sign in, it will only show the obfuscated version of the associated phone number.
@@ -728,6 +743,12 @@ <h3>Method Details</h3>
728
743
"profilePicture": "A String", # The user's profile picture stored in the account's attributes.
729
744
"refreshToken": "A String", # An Identity Platform refresh token for the authenticated user.
730
745
"registered": True or False, # Whether the email is for an existing account. Always true.
746
+
"userNotifications": [ # Warning notifications for the user.
747
+
{ # Warning notifications for the user.
748
+
"notificationCode": "A String", # Warning notification enum. Can be used for localization.
749
+
"notificationMessage": "A String", # Warning notification string. Can be used as fallback.
750
+
},
751
+
],
731
752
}</pre>
732
753
</div>
733
754
@@ -866,6 +887,9 @@ <h3>Method Details</h3>
866
887
"enrollments": [ # The second factors the user has enrolled.
867
888
{ # Information on which multi-factor authentication (MFA) providers are enabled for an account.
868
889
"displayName": "A String", # Display name for this mfa option e.g. "corp cell phone".
890
+
"emailInfo": { # Information about email MFA. # Contains information specific to email MFA.
891
+
"emailAddress": "A String", # Email address that a MFA verification should be sent to.
892
+
},
869
893
"enrolledAt": "A String", # Timestamp when the account enrolled this second factor.
870
894
"mfaEnrollmentId": "A String", # ID of this MFA option.
871
895
"phoneInfo": "A String", # Normally this will show the phone number associated with this enrollment. In some situations, such as after a first factor sign in, it will only show the obfuscated version of the associated phone number.
Copy file name to clipboardExpand all lines: docs/dyn/identitytoolkit_v1.projects.accounts.html
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -157,6 +157,9 @@ <h3>Method Details</h3>
157
157
"mfaInfo": [ # Information on which multi-factor authentication providers are enabled for this account.
158
158
{ # Information on which multi-factor authentication (MFA) providers are enabled for an account.
159
159
"displayName": "A String", # Display name for this mfa option e.g. "corp cell phone".
160
+
"emailInfo": { # Information about email MFA. # Contains information specific to email MFA.
161
+
"emailAddress": "A String", # Email address that a MFA verification should be sent to.
162
+
},
160
163
"enrolledAt": "A String", # Timestamp when the account enrolled this second factor.
161
164
"mfaEnrollmentId": "A String", # ID of this MFA option.
162
165
"phoneInfo": "A String", # Normally this will show the phone number associated with this enrollment. In some situations, such as after a first factor sign in, it will only show the obfuscated version of the associated phone number.
@@ -287,6 +290,9 @@ <h3>Method Details</h3>
287
290
"mfaInfo": [ # Information on which multi-factor authentication providers are enabled for this account.
288
291
{ # Information on which multi-factor authentication (MFA) providers are enabled for an account.
289
292
"displayName": "A String", # Display name for this mfa option e.g. "corp cell phone".
293
+
"emailInfo": { # Information about email MFA. # Contains information specific to email MFA.
294
+
"emailAddress": "A String", # Email address that a MFA verification should be sent to.
295
+
},
290
296
"enrolledAt": "A String", # Timestamp when the account enrolled this second factor.
291
297
"mfaEnrollmentId": "A String", # ID of this MFA option.
292
298
"phoneInfo": "A String", # Normally this will show the phone number associated with this enrollment. In some situations, such as after a first factor sign in, it will only show the obfuscated version of the associated phone number.
@@ -435,6 +441,9 @@ <h3>Method Details</h3>
435
441
"mfaInfo": [ # Information on which multi-factor authentication providers are enabled for this account.
436
442
{ # Information on which multi-factor authentication (MFA) providers are enabled for an account.
437
443
"displayName": "A String", # Display name for this mfa option e.g. "corp cell phone".
444
+
"emailInfo": { # Information about email MFA. # Contains information specific to email MFA.
445
+
"emailAddress": "A String", # Email address that a MFA verification should be sent to.
446
+
},
438
447
"enrolledAt": "A String", # Timestamp when the account enrolled this second factor.
439
448
"mfaEnrollmentId": "A String", # ID of this MFA option.
440
449
"phoneInfo": "A String", # Normally this will show the phone number associated with this enrollment. In some situations, such as after a first factor sign in, it will only show the obfuscated version of the associated phone number.
@@ -525,6 +534,9 @@ <h3>Method Details</h3>
525
534
"mfaInfo": [ # Information on which multi-factor authentication providers are enabled for this account.
526
535
{ # Information on which multi-factor authentication (MFA) providers are enabled for an account.
527
536
"displayName": "A String", # Display name for this mfa option e.g. "corp cell phone".
537
+
"emailInfo": { # Information about email MFA. # Contains information specific to email MFA.
538
+
"emailAddress": "A String", # Email address that a MFA verification should be sent to.
539
+
},
528
540
"enrolledAt": "A String", # Timestamp when the account enrolled this second factor.
529
541
"mfaEnrollmentId": "A String", # ID of this MFA option.
530
542
"phoneInfo": "A String", # Normally this will show the phone number associated with this enrollment. In some situations, such as after a first factor sign in, it will only show the obfuscated version of the associated phone number.
@@ -652,6 +664,9 @@ <h3>Method Details</h3>
652
664
"enrollments": [ # The second factors the user has enrolled.
653
665
{ # Information on which multi-factor authentication (MFA) providers are enabled for an account.
654
666
"displayName": "A String", # Display name for this mfa option e.g. "corp cell phone".
667
+
"emailInfo": { # Information about email MFA. # Contains information specific to email MFA.
668
+
"emailAddress": "A String", # Email address that a MFA verification should be sent to.
669
+
},
655
670
"enrolledAt": "A String", # Timestamp when the account enrolled this second factor.
656
671
"mfaEnrollmentId": "A String", # ID of this MFA option.
657
672
"phoneInfo": "A String", # Normally this will show the phone number associated with this enrollment. In some situations, such as after a first factor sign in, it will only show the obfuscated version of the associated phone number.
Copy file name to clipboardExpand all lines: docs/dyn/identitytoolkit_v1.projects.html
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -181,6 +181,9 @@ <h3>Method Details</h3>
181
181
"mfaInfo": [ # Information on which multi-factor authentication providers are enabled for this account.
182
182
{ # Information on which multi-factor authentication (MFA) providers are enabled for an account.
183
183
"displayName": "A String", # Display name for this mfa option e.g. "corp cell phone".
184
+
"emailInfo": { # Information about email MFA. # Contains information specific to email MFA.
185
+
"emailAddress": "A String", # Email address that a MFA verification should be sent to.
186
+
},
184
187
"enrolledAt": "A String", # Timestamp when the account enrolled this second factor.
185
188
"mfaEnrollmentId": "A String", # ID of this MFA option.
186
189
"phoneInfo": "A String", # Normally this will show the phone number associated with this enrollment. In some situations, such as after a first factor sign in, it will only show the obfuscated version of the associated phone number.
Copy file name to clipboardExpand all lines: docs/dyn/identitytoolkit_v1.projects.tenants.accounts.html
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -158,6 +158,9 @@ <h3>Method Details</h3>
158
158
"mfaInfo": [ # Information on which multi-factor authentication providers are enabled for this account.
159
159
{ # Information on which multi-factor authentication (MFA) providers are enabled for an account.
160
160
"displayName": "A String", # Display name for this mfa option e.g. "corp cell phone".
161
+
"emailInfo": { # Information about email MFA. # Contains information specific to email MFA.
162
+
"emailAddress": "A String", # Email address that a MFA verification should be sent to.
163
+
},
161
164
"enrolledAt": "A String", # Timestamp when the account enrolled this second factor.
162
165
"mfaEnrollmentId": "A String", # ID of this MFA option.
163
166
"phoneInfo": "A String", # Normally this will show the phone number associated with this enrollment. In some situations, such as after a first factor sign in, it will only show the obfuscated version of the associated phone number.
@@ -289,6 +292,9 @@ <h3>Method Details</h3>
289
292
"mfaInfo": [ # Information on which multi-factor authentication providers are enabled for this account.
290
293
{ # Information on which multi-factor authentication (MFA) providers are enabled for an account.
291
294
"displayName": "A String", # Display name for this mfa option e.g. "corp cell phone".
295
+
"emailInfo": { # Information about email MFA. # Contains information specific to email MFA.
296
+
"emailAddress": "A String", # Email address that a MFA verification should be sent to.
297
+
},
292
298
"enrolledAt": "A String", # Timestamp when the account enrolled this second factor.
293
299
"mfaEnrollmentId": "A String", # ID of this MFA option.
294
300
"phoneInfo": "A String", # Normally this will show the phone number associated with this enrollment. In some situations, such as after a first factor sign in, it will only show the obfuscated version of the associated phone number.
@@ -439,6 +445,9 @@ <h3>Method Details</h3>
439
445
"mfaInfo": [ # Information on which multi-factor authentication providers are enabled for this account.
440
446
{ # Information on which multi-factor authentication (MFA) providers are enabled for an account.
441
447
"displayName": "A String", # Display name for this mfa option e.g. "corp cell phone".
448
+
"emailInfo": { # Information about email MFA. # Contains information specific to email MFA.
449
+
"emailAddress": "A String", # Email address that a MFA verification should be sent to.
450
+
},
442
451
"enrolledAt": "A String", # Timestamp when the account enrolled this second factor.
443
452
"mfaEnrollmentId": "A String", # ID of this MFA option.
444
453
"phoneInfo": "A String", # Normally this will show the phone number associated with this enrollment. In some situations, such as after a first factor sign in, it will only show the obfuscated version of the associated phone number.
@@ -530,6 +539,9 @@ <h3>Method Details</h3>
530
539
"mfaInfo": [ # Information on which multi-factor authentication providers are enabled for this account.
531
540
{ # Information on which multi-factor authentication (MFA) providers are enabled for an account.
532
541
"displayName": "A String", # Display name for this mfa option e.g. "corp cell phone".
542
+
"emailInfo": { # Information about email MFA. # Contains information specific to email MFA.
543
+
"emailAddress": "A String", # Email address that a MFA verification should be sent to.
544
+
},
533
545
"enrolledAt": "A String", # Timestamp when the account enrolled this second factor.
534
546
"mfaEnrollmentId": "A String", # ID of this MFA option.
535
547
"phoneInfo": "A String", # Normally this will show the phone number associated with this enrollment. In some situations, such as after a first factor sign in, it will only show the obfuscated version of the associated phone number.
@@ -659,6 +671,9 @@ <h3>Method Details</h3>
659
671
"enrollments": [ # The second factors the user has enrolled.
660
672
{ # Information on which multi-factor authentication (MFA) providers are enabled for an account.
661
673
"displayName": "A String", # Display name for this mfa option e.g. "corp cell phone".
674
+
"emailInfo": { # Information about email MFA. # Contains information specific to email MFA.
675
+
"emailAddress": "A String", # Email address that a MFA verification should be sent to.
676
+
},
662
677
"enrolledAt": "A String", # Timestamp when the account enrolled this second factor.
663
678
"mfaEnrollmentId": "A String", # ID of this MFA option.
664
679
"phoneInfo": "A String", # Normally this will show the phone number associated with this enrollment. In some situations, such as after a first factor sign in, it will only show the obfuscated version of the associated phone number.
0 commit comments