wso2 api 管理器如何在请求到来时验证应用程序是否订阅了 API

How wso2 api manager validates whether application is subscribed to API or not when the request comes

wso2 api 管理器如何在请求到来时验证应用程序是否已订阅 API。 keymanager 是通过 API 调用还是 Gateway 来验证?

How wso2 api manager validates whether application is subscribed to API or not when the request comes?

当您调用 API 时,您必须发送 OAuth 2 令牌,WSO2 API 管理器根据该令牌验证订阅。

Does keymanager validate that via an API call or Gateway does that?

网关通过对密钥管理器的服务调用来验证令牌。此外,网关和密钥管理器都有自己的缓存。