Polarex.AuthorizeResponseOrganization (Polarex v0.2.0)

View Source

Provides struct and type for a AuthorizeResponseOrganization

Summary

Types

t()

@type t() :: %Polarex.AuthorizeResponseOrganization{
  client: Polarex.OAuth2ClientPublic.t(),
  organizations: [Polarex.AuthorizeOrganization.t()],
  scopes: [String.t()],
  sub: Polarex.AuthorizeOrganization.t() | nil,
  sub_type: String.t()
}