Boruta.Oauth.AgentCodeRequest (Boruta core v3.0.0-beta.4)

View Source

Agent code request

Summary

Types

t()

Type representing an agent code request

Types

t()

@type t() :: %Boruta.Oauth.AgentCodeRequest{
  bind_configuration: String.t(),
  bind_data: String.t(),
  client_authentication: %{type: String.t(), value: String.t()},
  client_id: String.t(),
  code: String.t(),
  code_verifier: String.t(),
  dpop: Boruta.Dpop.t(),
  grant_type: String.t(),
  redirect_uri: String.t()
}

Type representing an agent code request