Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
feat(identitytoolkit): update the api
#### identitytoolkit:v1

The following keys were added:
- schemas.GoogleCloudIdentitytoolkitV1EmailInfo (Total Keys: 3)
- schemas.GoogleCloudIdentitytoolkitV1MfaEnrollment.properties.emailInfo.$ref (Total Keys: 1)
- schemas.GoogleCloudIdentitytoolkitV1SignInWithPasswordResponse.properties.userNotifications (Total Keys: 2)
- schemas.GoogleCloudIdentitytoolkitV1UserNotification (Total Keys: 4)

#### identitytoolkit:v2

The following keys were added:
- resources.accounts.resources.passkeyEnrollment.methods.finalize (Total Keys: 8)
- resources.accounts.resources.passkeyEnrollment.methods.start (Total Keys: 8)
- resources.accounts.resources.passkeySignIn.methods.finalize (Total Keys: 8)
- resources.accounts.resources.passkeySignIn.methods.start (Total Keys: 8)
- resources.v2.methods.getPasswordPolicy (Total Keys: 9)
- schemas.GoogleCloudIdentitytoolkitAdminV2Config.properties.passwordPolicyConfig.$ref (Total Keys: 1)
- schemas.GoogleCloudIdentitytoolkitAdminV2CustomStrengthOptions (Total Keys: 10)
- schemas.GoogleCloudIdentitytoolkitAdminV2PasswordPolicyConfig (Total Keys: 9)
- schemas.GoogleCloudIdentitytoolkitAdminV2PasswordPolicyVersion (Total Keys: 6)
- schemas.GoogleCloudIdentitytoolkitAdminV2Tenant.properties.passwordPolicyConfig.$ref (Total Keys: 1)
- schemas.GoogleCloudIdentitytoolkitV2AuthenticatorAssertionResponse (Total Keys: 10)
- schemas.GoogleCloudIdentitytoolkitV2AuthenticatorAttestationResponse (Total Keys: 8)
- schemas.GoogleCloudIdentitytoolkitV2AuthenticatorAuthenticationResponse (Total Keys: 6)
- schemas.GoogleCloudIdentitytoolkitV2AuthenticatorRegistrationResponse (Total Keys: 6)
- schemas.GoogleCloudIdentitytoolkitV2AuthenticatorSelectionCriteria (Total Keys: 5)
- schemas.GoogleCloudIdentitytoolkitV2CustomStrengthOptions (Total Keys: 10)
- schemas.GoogleCloudIdentitytoolkitV2FinalizePasskeyEnrollmentRequest (Total Keys: 5)
- schemas.GoogleCloudIdentitytoolkitV2FinalizePasskeyEnrollmentResponse (Total Keys: 4)
- schemas.GoogleCloudIdentitytoolkitV2FinalizePasskeySignInRequest (Total Keys: 6)
- schemas.GoogleCloudIdentitytoolkitV2FinalizePasskeySignInResponse (Total Keys: 4)
- schemas.GoogleCloudIdentitytoolkitV2PasswordPolicy (Total Keys: 9)
- schemas.GoogleCloudIdentitytoolkitV2PublicKeyCredentialCreationOptions (Total Keys: 11)
- schemas.GoogleCloudIdentitytoolkitV2PublicKeyCredentialDescriptor (Total Keys: 7)
- schemas.GoogleCloudIdentitytoolkitV2PublicKeyCredentialParameters (Total Keys: 5)
- schemas.GoogleCloudIdentitytoolkitV2PublicKeyCredentialRequestOptions (Total Keys: 6)
- schemas.GoogleCloudIdentitytoolkitV2RpEntity (Total Keys: 3)
- schemas.GoogleCloudIdentitytoolkitV2StartPasskeyEnrollmentRequest (Total Keys: 4)
- schemas.GoogleCloudIdentitytoolkitV2StartPasskeyEnrollmentResponse (Total Keys: 3)
- schemas.GoogleCloudIdentitytoolkitV2StartPasskeySignInRequest (Total Keys: 5)
- schemas.GoogleCloudIdentitytoolkitV2StartPasskeySignInResponse (Total Keys: 3)
- schemas.GoogleCloudIdentitytoolkitV2UserEntity (Total Keys: 4)
  • Loading branch information
yoshi-automation committed May 24, 2023
1 parent cc26b91 commit ebd8cbf
Show file tree
Hide file tree
Showing 12 changed files with 1,269 additions and 2 deletions.
24 changes: 24 additions & 0 deletions docs/dyn/identitytoolkit_v1.accounts.html
Expand Up @@ -307,6 +307,9 @@ <h3>Method Details</h3>
&quot;mfaInfo&quot;: [ # Information on which multi-factor authentication providers are enabled for this account.
{ # Information on which multi-factor authentication (MFA) providers are enabled for an account.
&quot;displayName&quot;: &quot;A String&quot;, # Display name for this mfa option e.g. &quot;corp cell phone&quot;.
&quot;emailInfo&quot;: { # Information about email MFA. # Contains information specific to email MFA.
&quot;emailAddress&quot;: &quot;A String&quot;, # Email address that a MFA verification should be sent to.
},
&quot;enrolledAt&quot;: &quot;A String&quot;, # Timestamp when the account enrolled this second factor.
&quot;mfaEnrollmentId&quot;: &quot;A String&quot;, # ID of this MFA option.
&quot;phoneInfo&quot;: &quot;A String&quot;, # 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.
Expand Down Expand Up @@ -372,6 +375,9 @@ <h3>Method Details</h3>
&quot;kind&quot;: &quot;A String&quot;,
&quot;mfaInfo&quot;: { # Information on which multi-factor authentication (MFA) providers are enabled for an account.
&quot;displayName&quot;: &quot;A String&quot;, # Display name for this mfa option e.g. &quot;corp cell phone&quot;.
&quot;emailInfo&quot;: { # Information about email MFA. # Contains information specific to email MFA.
&quot;emailAddress&quot;: &quot;A String&quot;, # Email address that a MFA verification should be sent to.
},
&quot;enrolledAt&quot;: &quot;A String&quot;, # Timestamp when the account enrolled this second factor.
&quot;mfaEnrollmentId&quot;: &quot;A String&quot;, # ID of this MFA option.
&quot;phoneInfo&quot;: &quot;A String&quot;, # 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.
Expand Down Expand Up @@ -531,6 +537,9 @@ <h3>Method Details</h3>
&quot;mfaInfo&quot;: [ # Info on which multi-factor authentication providers are enabled. Present if the user needs to complete the sign-in using multi-factor authentication.
{ # Information on which multi-factor authentication (MFA) providers are enabled for an account.
&quot;displayName&quot;: &quot;A String&quot;, # Display name for this mfa option e.g. &quot;corp cell phone&quot;.
&quot;emailInfo&quot;: { # Information about email MFA. # Contains information specific to email MFA.
&quot;emailAddress&quot;: &quot;A String&quot;, # Email address that a MFA verification should be sent to.
},
&quot;enrolledAt&quot;: &quot;A String&quot;, # Timestamp when the account enrolled this second factor.
&quot;mfaEnrollmentId&quot;: &quot;A String&quot;, # ID of this MFA option.
&quot;phoneInfo&quot;: &quot;A String&quot;, # 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.
Expand Down Expand Up @@ -639,6 +648,9 @@ <h3>Method Details</h3>
&quot;mfaInfo&quot;: [ # 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.
{ # Information on which multi-factor authentication (MFA) providers are enabled for an account.
&quot;displayName&quot;: &quot;A String&quot;, # Display name for this mfa option e.g. &quot;corp cell phone&quot;.
&quot;emailInfo&quot;: { # Information about email MFA. # Contains information specific to email MFA.
&quot;emailAddress&quot;: &quot;A String&quot;, # Email address that a MFA verification should be sent to.
},
&quot;enrolledAt&quot;: &quot;A String&quot;, # Timestamp when the account enrolled this second factor.
&quot;mfaEnrollmentId&quot;: &quot;A String&quot;, # ID of this MFA option.
&quot;phoneInfo&quot;: &quot;A String&quot;, # 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.
Expand Down Expand Up @@ -713,6 +725,9 @@ <h3>Method Details</h3>
&quot;mfaInfo&quot;: [ # 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.
{ # Information on which multi-factor authentication (MFA) providers are enabled for an account.
&quot;displayName&quot;: &quot;A String&quot;, # Display name for this mfa option e.g. &quot;corp cell phone&quot;.
&quot;emailInfo&quot;: { # Information about email MFA. # Contains information specific to email MFA.
&quot;emailAddress&quot;: &quot;A String&quot;, # Email address that a MFA verification should be sent to.
},
&quot;enrolledAt&quot;: &quot;A String&quot;, # Timestamp when the account enrolled this second factor.
&quot;mfaEnrollmentId&quot;: &quot;A String&quot;, # ID of this MFA option.
&quot;phoneInfo&quot;: &quot;A String&quot;, # 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.
Expand All @@ -728,6 +743,12 @@ <h3>Method Details</h3>
&quot;profilePicture&quot;: &quot;A String&quot;, # The user&#x27;s profile picture stored in the account&#x27;s attributes.
&quot;refreshToken&quot;: &quot;A String&quot;, # An Identity Platform refresh token for the authenticated user.
&quot;registered&quot;: True or False, # Whether the email is for an existing account. Always true.
&quot;userNotifications&quot;: [ # Warning notifications for the user.
{ # Warning notifications for the user.
&quot;notificationCode&quot;: &quot;A String&quot;, # Warning notification enum. Can be used for localization.
&quot;notificationMessage&quot;: &quot;A String&quot;, # Warning notification string. Can be used as fallback.
},
],
}</pre>
</div>

Expand Down Expand Up @@ -866,6 +887,9 @@ <h3>Method Details</h3>
&quot;enrollments&quot;: [ # The second factors the user has enrolled.
{ # Information on which multi-factor authentication (MFA) providers are enabled for an account.
&quot;displayName&quot;: &quot;A String&quot;, # Display name for this mfa option e.g. &quot;corp cell phone&quot;.
&quot;emailInfo&quot;: { # Information about email MFA. # Contains information specific to email MFA.
&quot;emailAddress&quot;: &quot;A String&quot;, # Email address that a MFA verification should be sent to.
},
&quot;enrolledAt&quot;: &quot;A String&quot;, # Timestamp when the account enrolled this second factor.
&quot;mfaEnrollmentId&quot;: &quot;A String&quot;, # ID of this MFA option.
&quot;phoneInfo&quot;: &quot;A String&quot;, # 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.
Expand Down
15 changes: 15 additions & 0 deletions docs/dyn/identitytoolkit_v1.projects.accounts.html
Expand Up @@ -157,6 +157,9 @@ <h3>Method Details</h3>
&quot;mfaInfo&quot;: [ # Information on which multi-factor authentication providers are enabled for this account.
{ # Information on which multi-factor authentication (MFA) providers are enabled for an account.
&quot;displayName&quot;: &quot;A String&quot;, # Display name for this mfa option e.g. &quot;corp cell phone&quot;.
&quot;emailInfo&quot;: { # Information about email MFA. # Contains information specific to email MFA.
&quot;emailAddress&quot;: &quot;A String&quot;, # Email address that a MFA verification should be sent to.
},
&quot;enrolledAt&quot;: &quot;A String&quot;, # Timestamp when the account enrolled this second factor.
&quot;mfaEnrollmentId&quot;: &quot;A String&quot;, # ID of this MFA option.
&quot;phoneInfo&quot;: &quot;A String&quot;, # 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.
Expand Down Expand Up @@ -287,6 +290,9 @@ <h3>Method Details</h3>
&quot;mfaInfo&quot;: [ # Information on which multi-factor authentication providers are enabled for this account.
{ # Information on which multi-factor authentication (MFA) providers are enabled for an account.
&quot;displayName&quot;: &quot;A String&quot;, # Display name for this mfa option e.g. &quot;corp cell phone&quot;.
&quot;emailInfo&quot;: { # Information about email MFA. # Contains information specific to email MFA.
&quot;emailAddress&quot;: &quot;A String&quot;, # Email address that a MFA verification should be sent to.
},
&quot;enrolledAt&quot;: &quot;A String&quot;, # Timestamp when the account enrolled this second factor.
&quot;mfaEnrollmentId&quot;: &quot;A String&quot;, # ID of this MFA option.
&quot;phoneInfo&quot;: &quot;A String&quot;, # 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.
Expand Down Expand Up @@ -435,6 +441,9 @@ <h3>Method Details</h3>
&quot;mfaInfo&quot;: [ # Information on which multi-factor authentication providers are enabled for this account.
{ # Information on which multi-factor authentication (MFA) providers are enabled for an account.
&quot;displayName&quot;: &quot;A String&quot;, # Display name for this mfa option e.g. &quot;corp cell phone&quot;.
&quot;emailInfo&quot;: { # Information about email MFA. # Contains information specific to email MFA.
&quot;emailAddress&quot;: &quot;A String&quot;, # Email address that a MFA verification should be sent to.
},
&quot;enrolledAt&quot;: &quot;A String&quot;, # Timestamp when the account enrolled this second factor.
&quot;mfaEnrollmentId&quot;: &quot;A String&quot;, # ID of this MFA option.
&quot;phoneInfo&quot;: &quot;A String&quot;, # 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.
Expand Down Expand Up @@ -525,6 +534,9 @@ <h3>Method Details</h3>
&quot;mfaInfo&quot;: [ # Information on which multi-factor authentication providers are enabled for this account.
{ # Information on which multi-factor authentication (MFA) providers are enabled for an account.
&quot;displayName&quot;: &quot;A String&quot;, # Display name for this mfa option e.g. &quot;corp cell phone&quot;.
&quot;emailInfo&quot;: { # Information about email MFA. # Contains information specific to email MFA.
&quot;emailAddress&quot;: &quot;A String&quot;, # Email address that a MFA verification should be sent to.
},
&quot;enrolledAt&quot;: &quot;A String&quot;, # Timestamp when the account enrolled this second factor.
&quot;mfaEnrollmentId&quot;: &quot;A String&quot;, # ID of this MFA option.
&quot;phoneInfo&quot;: &quot;A String&quot;, # 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.
Expand Down Expand Up @@ -652,6 +664,9 @@ <h3>Method Details</h3>
&quot;enrollments&quot;: [ # The second factors the user has enrolled.
{ # Information on which multi-factor authentication (MFA) providers are enabled for an account.
&quot;displayName&quot;: &quot;A String&quot;, # Display name for this mfa option e.g. &quot;corp cell phone&quot;.
&quot;emailInfo&quot;: { # Information about email MFA. # Contains information specific to email MFA.
&quot;emailAddress&quot;: &quot;A String&quot;, # Email address that a MFA verification should be sent to.
},
&quot;enrolledAt&quot;: &quot;A String&quot;, # Timestamp when the account enrolled this second factor.
&quot;mfaEnrollmentId&quot;: &quot;A String&quot;, # ID of this MFA option.
&quot;phoneInfo&quot;: &quot;A String&quot;, # 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.
Expand Down
3 changes: 3 additions & 0 deletions docs/dyn/identitytoolkit_v1.projects.html
Expand Up @@ -181,6 +181,9 @@ <h3>Method Details</h3>
&quot;mfaInfo&quot;: [ # Information on which multi-factor authentication providers are enabled for this account.
{ # Information on which multi-factor authentication (MFA) providers are enabled for an account.
&quot;displayName&quot;: &quot;A String&quot;, # Display name for this mfa option e.g. &quot;corp cell phone&quot;.
&quot;emailInfo&quot;: { # Information about email MFA. # Contains information specific to email MFA.
&quot;emailAddress&quot;: &quot;A String&quot;, # Email address that a MFA verification should be sent to.
},
&quot;enrolledAt&quot;: &quot;A String&quot;, # Timestamp when the account enrolled this second factor.
&quot;mfaEnrollmentId&quot;: &quot;A String&quot;, # ID of this MFA option.
&quot;phoneInfo&quot;: &quot;A String&quot;, # 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.
Expand Down
15 changes: 15 additions & 0 deletions docs/dyn/identitytoolkit_v1.projects.tenants.accounts.html
Expand Up @@ -158,6 +158,9 @@ <h3>Method Details</h3>
&quot;mfaInfo&quot;: [ # Information on which multi-factor authentication providers are enabled for this account.
{ # Information on which multi-factor authentication (MFA) providers are enabled for an account.
&quot;displayName&quot;: &quot;A String&quot;, # Display name for this mfa option e.g. &quot;corp cell phone&quot;.
&quot;emailInfo&quot;: { # Information about email MFA. # Contains information specific to email MFA.
&quot;emailAddress&quot;: &quot;A String&quot;, # Email address that a MFA verification should be sent to.
},
&quot;enrolledAt&quot;: &quot;A String&quot;, # Timestamp when the account enrolled this second factor.
&quot;mfaEnrollmentId&quot;: &quot;A String&quot;, # ID of this MFA option.
&quot;phoneInfo&quot;: &quot;A String&quot;, # 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.
Expand Down Expand Up @@ -289,6 +292,9 @@ <h3>Method Details</h3>
&quot;mfaInfo&quot;: [ # Information on which multi-factor authentication providers are enabled for this account.
{ # Information on which multi-factor authentication (MFA) providers are enabled for an account.
&quot;displayName&quot;: &quot;A String&quot;, # Display name for this mfa option e.g. &quot;corp cell phone&quot;.
&quot;emailInfo&quot;: { # Information about email MFA. # Contains information specific to email MFA.
&quot;emailAddress&quot;: &quot;A String&quot;, # Email address that a MFA verification should be sent to.
},
&quot;enrolledAt&quot;: &quot;A String&quot;, # Timestamp when the account enrolled this second factor.
&quot;mfaEnrollmentId&quot;: &quot;A String&quot;, # ID of this MFA option.
&quot;phoneInfo&quot;: &quot;A String&quot;, # 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.
Expand Down Expand Up @@ -439,6 +445,9 @@ <h3>Method Details</h3>
&quot;mfaInfo&quot;: [ # Information on which multi-factor authentication providers are enabled for this account.
{ # Information on which multi-factor authentication (MFA) providers are enabled for an account.
&quot;displayName&quot;: &quot;A String&quot;, # Display name for this mfa option e.g. &quot;corp cell phone&quot;.
&quot;emailInfo&quot;: { # Information about email MFA. # Contains information specific to email MFA.
&quot;emailAddress&quot;: &quot;A String&quot;, # Email address that a MFA verification should be sent to.
},
&quot;enrolledAt&quot;: &quot;A String&quot;, # Timestamp when the account enrolled this second factor.
&quot;mfaEnrollmentId&quot;: &quot;A String&quot;, # ID of this MFA option.
&quot;phoneInfo&quot;: &quot;A String&quot;, # 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.
Expand Down Expand Up @@ -530,6 +539,9 @@ <h3>Method Details</h3>
&quot;mfaInfo&quot;: [ # Information on which multi-factor authentication providers are enabled for this account.
{ # Information on which multi-factor authentication (MFA) providers are enabled for an account.
&quot;displayName&quot;: &quot;A String&quot;, # Display name for this mfa option e.g. &quot;corp cell phone&quot;.
&quot;emailInfo&quot;: { # Information about email MFA. # Contains information specific to email MFA.
&quot;emailAddress&quot;: &quot;A String&quot;, # Email address that a MFA verification should be sent to.
},
&quot;enrolledAt&quot;: &quot;A String&quot;, # Timestamp when the account enrolled this second factor.
&quot;mfaEnrollmentId&quot;: &quot;A String&quot;, # ID of this MFA option.
&quot;phoneInfo&quot;: &quot;A String&quot;, # 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.
Expand Down Expand Up @@ -659,6 +671,9 @@ <h3>Method Details</h3>
&quot;enrollments&quot;: [ # The second factors the user has enrolled.
{ # Information on which multi-factor authentication (MFA) providers are enabled for an account.
&quot;displayName&quot;: &quot;A String&quot;, # Display name for this mfa option e.g. &quot;corp cell phone&quot;.
&quot;emailInfo&quot;: { # Information about email MFA. # Contains information specific to email MFA.
&quot;emailAddress&quot;: &quot;A String&quot;, # Email address that a MFA verification should be sent to.
},
&quot;enrolledAt&quot;: &quot;A String&quot;, # Timestamp when the account enrolled this second factor.
&quot;mfaEnrollmentId&quot;: &quot;A String&quot;, # ID of this MFA option.
&quot;phoneInfo&quot;: &quot;A String&quot;, # 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.
Expand Down
10 changes: 10 additions & 0 deletions docs/dyn/identitytoolkit_v2.accounts.html
Expand Up @@ -84,6 +84,16 @@ <h2>Instance Methods</h2>
</p>
<p class="firstline">Returns the mfaSignIn Resource.</p>

<p class="toc_element">
<code><a href="identitytoolkit_v2.accounts.passkeyEnrollment.html">passkeyEnrollment()</a></code>
</p>
<p class="firstline">Returns the passkeyEnrollment Resource.</p>

<p class="toc_element">
<code><a href="identitytoolkit_v2.accounts.passkeySignIn.html">passkeySignIn()</a></code>
</p>
<p class="firstline">Returns the passkeySignIn Resource.</p>

<p class="toc_element">
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
Expand Down

0 comments on commit ebd8cbf

Please sign in to comment.