FastestMCP.Client.OAuth.AuthorizationHandler.Request (fastest_mcp v0.2.0)

Copy Markdown View Source

Information passed to the host authorization callback.

Summary

Types

t()

@type t() :: %FastestMCP.Client.OAuth.AuthorizationHandler.Request{
  authorization_url: String.t(),
  redirect_uri: String.t(),
  resource: String.t(),
  scopes: [String.t()]
}