ExBifrost.Model.McpSessionReauthResponse (ex_bifrost v0.1.0)

Copy Markdown View Source

Response for POST /api/mcp/sessions/{id}/reauth. Returns the URL the caller must visit to complete the fresh authentication / resubmission.

Summary

Types

t()

@type t() :: %ExBifrost.Model.McpSessionReauthResponse{
  authorize_url: String.t(),
  kind: String.t() | nil,
  session_id: String.t(),
  submit_url: String.t() | nil
}

Functions

decode(value)