Class DefaultOauthAuthorizationResponseHandler

java.lang.Object
io.micronaut.security.oauth2.endpoint.authorization.response.DefaultOauthAuthorizationResponseHandler
All Implemented Interfaces:
OauthAuthorizationResponseHandler

@Singleton public class DefaultOauthAuthorizationResponseHandler extends Object implements OauthAuthorizationResponseHandler
Default implementation of OauthAuthorizationResponseHandler.
Since:
1.2.0
  • Constructor Details

    • DefaultOauthAuthorizationResponseHandler

      public DefaultOauthAuthorizationResponseHandler(TokenEndpointClient tokenEndpointClient, @Nullable @Nullable StateValidator stateValidator, @Nullable @Nullable PkcePersistence pkcePersistence)
      Parameters:
      tokenEndpointClient - The token endpoint client
      stateValidator - The state validator
      pkcePersistence - The PKCE Persistence
  • Method Details