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

Copy Markdown View Source

Information passed to the enterprise identity callback.

Summary

Types

t()

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