Polarex.AuthorizeResponseUser (Polarex v0.2.1)

View Source

Provides struct and type for a AuthorizeResponseUser

Summary

Types

t()

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