pub async fn request_access_token(
config: &KontextDevConfig,
) -> Result<AccessToken, KontextDevError>Expand description
Legacy helper that uses the client-credentials grant.
New PKCE-based apps should use KontextDevClient::authenticate_mcp.
pub async fn request_access_token(
config: &KontextDevConfig,
) -> Result<AccessToken, KontextDevError>Legacy helper that uses the client-credentials grant.
New PKCE-based apps should use KontextDevClient::authenticate_mcp.