Class OAuth2TokenIntrospectionAuthorizer

java.lang.Object
com.linecorp.armeria.server.auth.AbstractAuthorizerWithHandlers<OAuth2Token>
com.linecorp.armeria.server.auth.oauth2.OAuth2TokenIntrospectionAuthorizer
All Implemented Interfaces:
Authorizer<OAuth2Token>

@UnstableApi public final class OAuth2TokenIntrospectionAuthorizer extends AbstractAuthorizerWithHandlers<OAuth2Token>
Determines whether a given OAuth2Token is authorized for the service registered in using OAuth 2.0 Token Introspection. ctx can be used for storing authorization information about the request for use in business logic.