View Source Boruta.Oauth.AuthorizationSuccess (Boruta core v2.0.0)
Struct encapsulating an authorization success data
Link to this section Summary
Link to this section Types
Specs
t() :: %Boruta.Oauth.AuthorizationSuccess{
access_token: Boruta.Oauth.Token.t() | nil,
client: Boruta.Oauth.Client.t(),
code: Boruta.Oauth.Token.t() | nil,
code_challenge: String.t() | nil,
code_challenge_method: String.t() | nil,
nonce: String.t() | nil,
redirect_uri: String.t() | nil,
resource_owner: Boruta.Oauth.ResourceOwner.t() | nil,
response_types: [String.t()],
scope: String.t(),
state: String.t() | nil,
sub: String.t() | nil
}