google_api_identity_toolkit v0.5.0 API Reference
Modules
API client metadata for GoogleApi.IdentityToolkit.V3.
API calls for all endpoints tagged Relyingparty
.
Handle Tesla connections for GoogleApi.IdentityToolkit.V3.
Response of creating the IDP authentication URL.
Respone of deleting account.
Response of downloading accounts in batch.
Response of email signIn.
Template for an email template.
Response of getting account information.
Response of getting a code for user confirmation (reset password, change email etc.).
Response of getting recaptcha param.
Request to get the IDP authentication URL.
Request to delete account.
Request to download user account in batch.
Request to sign in with email.
Request to get the account information.
Response of getting the project configuration.
Respone of getting public keys.
Request to reset the password.
Request for Identitytoolkit-SendVerificationCode
Response for Identitytoolkit-SendVerificationCode
Request to set the account information.
Request to set the project configuration.
Response of setting the project configuration.
Request to sign out user.
Response of signing out user.
Request to signup new user, create anonymous user or anonymous user reauth.
Request to upload user account in batch.
Request to verify the IDP assertion.
Request to verify a custom token
Request to verify the password.
Request for Identitytoolkit-VerifyPhoneNumber
Response for Identitytoolkit-VerifyPhoneNumber
Template for a single idp configuration.
Request of getting a code for user confirmation (reset password, change email etc.)
Response of resetting the password.
Respone of setting the account information.
Attributes
-
displayName
(type:String.t
, default:nil
) - The user's display name at the IDP. -
federatedId
(type:String.t
, default:nil
) - User's identifier at IDP. -
photoUrl
(type:String.t
, default:nil
) - The user's photo url at the IDP. -
providerId
(type:String.t
, default:nil
) - The IdP ID. For whitelisted 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.
Response of signing up new user, creating anonymous user or anonymous user reauth.
Respone of uploading accounts in batch.
Template for an individual account info.
Attributes
-
displayName
(type:String.t
, default:nil
) - The user's display name at the IDP. -
email
(type:String.t
, default:nil
) - User's email at IDP. -
federatedId
(type:String.t
, default:nil
) - User's identifier at IDP. -
phoneNumber
(type:String.t
, default:nil
) - User's phone number. -
photoUrl
(type:String.t
, default:nil
) - The user's photo url at the IDP. -
providerId
(type:String.t
, default:nil
) - 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
(type:String.t
, default:nil
) - User's raw identifier directly returned from IDP. -
screenName
(type:String.t
, default:nil
) - User's screen name at Twitter or login name at Github.
Response of verifying the IDP assertion.
Response from verifying a custom token
Request of verifying the password.