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/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/mcp/oauth/types.ts#L49