AxMCPOAuthTokenIntrospection
Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/mcp/oauth/types.ts#L16
Indexable
[key: string]: unknownProperties
| Property | Type |
|---|---|
active | boolean |
aud? | string | readonly string[] |
client_id? | string |
exp? | number |
iat? | number |
iss? | string |
jti? | string |
nbf? | number |
scope? | string |
sub? | string |
token_type? | string |
username? | string |