Package com.linecorp.armeria.server.auth.oauth2
@UnstableApi
@NonNullByDefault
package com.linecorp.armeria.server.auth.oauth2
Server-side OAuth 2.0 implementation artifacts.
-
ClassDescriptionDetermines whether a given
OAuth2Token
is authorized for the service registered in using OAuth 2.0 Token Introspection.Builds aOAuth2TokenIntrospectionAuthorizer
instance.A helper class that allows handling optional validation of the OAuth 2 token within specific execution context (e.g. to implement fine-grained access control).