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