ExBifrost. Model. GetConfigResponseClientConfigOauth2ServerConfig
(ex_bifrost v0.1.0)
Copy Markdown
View Source
OAuth2 authorization server settings for /mcp. Only relevant when mcp_server_auth_mode is 'both' or 'oauth'.
Summary
Types
@type t() :: %ExBifrost.Model.GetConfigResponseClientConfigOauth2ServerConfig{ access_token_ttl: integer() | nil, auth_code_ttl: integer() | nil, disable_vk_identity: boolean() | nil, issuer_url: ExBifrost.Model.GetConfigResponseClientConfigMcpExternalClientUrl.t() | nil }