Polarex.AuthorizeResponseUser (Polarex v0.1.0)
View SourceProvides struct and type for a AuthorizeResponseUser
Summary
Types
@type t() :: %Polarex.AuthorizeResponseUser{ client: Polarex.OAuth2ClientPublic.t(), scopes: [String.t()], sub: Polarex.AuthorizeUser.t() | nil, sub_type: String.t() }