Struct encapsulating an authorization success
t() :: %Boruta.Oauth.AuthorizationSuccess{ client: Boruta.Oauth.Client.t(), code_challenge: String.t(), code_challenge_method: String.t(), redirect_uri: String.t(), scope: String.t(), state: String.t(), sub: String.t() }