FastestMCP.Client.OAuth.ClientAssertionProvider.Request (fastest_mcp v0.3.0)

Copy Markdown View Source

Information passed to the host assertion callback.

Summary

Types

t()

@type t() :: %FastestMCP.Client.OAuth.ClientAssertionProvider.Request{
  authorization_server: String.t(),
  client_id: String.t(),
  grant_type: String.t(),
  signing_algorithms: [String.t()],
  token_endpoint: String.t()
}