AxMCPEnterpriseIdentityAssertionType
type AxMCPEnterpriseIdentityAssertionType =
| "urn:ietf:params:oauth:token-type:id_token"
| "urn:ietf:params:oauth:token-type:saml2"
| string & object;Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/mcp/oauth/types.ts#L49