AxMCPTokenSet
type AxMCPTokenSet = object;Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/mcp/oauth/types.ts#L3
Properties
accessToken
accessToken: string;Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/mcp/oauth/types.ts#L4
expiresAt?
optional expiresAt: number;Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/mcp/oauth/types.ts#L6
issuer?
optional issuer: string;Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/mcp/oauth/types.ts#L7
refreshToken?
optional refreshToken: string;Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/mcp/oauth/types.ts#L5