View Source GoogleApi.IdentityToolkit.V3.Model.SetAccountInfoResponseProviderUserInfo (google_api_identity_toolkit v0.7.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.IdentityToolkit.V3.Model.SetAccountInfoResponseProviderUserInfo{
    displayName: String.t() | nil,
    federatedId: String.t() | nil,
    photoUrl: String.t() | nil,
    providerId: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.