Response for POST /api/mcp/sessions/{id}/reauth. Returns the URL the caller must visit to complete the fresh authentication / resubmission.
@type t() :: %ExBifrost.Model.McpSessionReauthResponse{ authorize_url: String.t(), kind: String.t() | nil, session_id: String.t(), submit_url: String.t() | nil }