Interface AuthorizationServerResolver

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface @DefaultImplementation(io.micronaut.security.oauth2.endpoint.endsession.request.DefaultAuthorizationServerResolver.class) public interface AuthorizationServerResolver
API to resolve an AuthorizationServer based on the issuer url.
Since:
4.12.0
Author:
Sergio del Amo