Provides struct and type for a AuthorizeResponseUser
Summary
Types
@type t() :: %Polarex.AuthorizeResponseUser{ client: Polarex.OAuth2ClientPublic.t(), organizations: [Polarex.AuthorizeOrganization.t()], requires_single_organization: boolean() | nil, scope_display_names: map() | nil, scopes: [String.t()], sub: Polarex.AuthorizeUser.t() | nil, sub_type: String.t() }