View Source WorkOS.SSO.Profile (WorkOS SDK for Elixir v1.1.0)
WorkOS Profile struct.
Summary
Types
@type t() :: %WorkOS.SSO.Profile{ connection_id: String.t(), connection_type: String.t(), email: String.t(), first_name: String.t() | nil, groups: [String.t()] | nil, id: String.t(), idp_id: String.t(), last_name: String.t() | nil, organization_id: String.t() | nil, raw_attributes: %{required(String.t()) => any()} | nil }