google_api_identity_toolkit v0.2.0 GoogleApi.IdentityToolkit.V3.Model.UserInfoProviderUserInfo View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.IdentityToolkit.V3.Model.UserInfoProviderUserInfo{
  displayName: String.t(),
  email: String.t(),
  federatedId: String.t(),
  phoneNumber: String.t(),
  photoUrl: String.t(),
  providerId: String.t(),
  rawId: String.t(),
  screenName: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.