View Source API Reference google_api_identity_toolkit v0.7.0

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.

Response of downloading accounts in batch.

Template for an email template.

Response of getting account information.

Response of getting a code for user confirmation (reset password, change email etc.).

Request to signup new user, create anonymous user or anonymous user reauth.

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.

Attributes

  • index (type: integer(), default: nil) - The index of the malformed account, starting from 0.
  • message (type: String.t, default: nil) - Detailed error message for the account info.

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