Class PublicClientAuthenticationConverter

java.lang.Object
org.springframework.security.oauth2.server.authorization.web.authentication.PublicClientAuthenticationConverter
All Implemented Interfaces:
AuthenticationConverter

public final class PublicClientAuthenticationConverter extends Object implements AuthenticationConverter
Attempts to extract the parameters from HttpServletRequest used for authenticating public clients using Proof Key for Code Exchange (PKCE).
Since:
7.0
See Also:
  • Constructor Details

    • PublicClientAuthenticationConverter

      public PublicClientAuthenticationConverter()
  • Method Details