Polarex.UserInfoUser (Polarex v0.2.1)

View Source

Provides struct and type for a UserInfoUser

Summary

Types

t()

@type t() :: %Polarex.UserInfoUser{
  email: String.t() | nil,
  email_verified: boolean() | nil,
  name: String.t() | nil,
  sub: String.t()
}