Information passed to the host authorization callback.
@type t() :: %FastestMCP.Client.OAuth.AuthorizationHandler.Request{ authorization_url: String.t(), redirect_uri: String.t(), resource: String.t(), scopes: [String.t()] }