AbstractAuthenticationToken implementations
 that expose common attributes between different OAuth 2.0 Access Token Formats.AccessDeniedException into an HTTP response in accordance with
 RFC 6750 Section 3: The WWW-Authenticate.AuthenticationEntryPoint implementation used to commence authentication of protected resource requests
 using BearerTokenAuthenticationFilter.BearerTokenAuthenticationFilter using the provided parameter(s)Authentication that contains a
 Bearer Token.BearerTokenAuthenticationToken using the provided parameter(s)BearerTokenError using the provided parametersBearerTokenError using the provided parametersHttpServletRequest.AccessDeniedException into an HTTP response in accordance with
 RFC 6750 Section 3: The WWW-Authenticate.AuthenticationEntryPoint implementation used to commence authentication of protected resource requests
 using BearerTokenAuthenticationFilter.error, error_description, error_uri, and .BearerTokenResolver implementation based on RFC 6750.Jwt's subject, if anyAuthentication.error, error_description, error_uri, and .insufficient_scope - The request requires higher privileges than provided by the access token.invalid_request - The request is missing a required parameter, includes an unsupported parameter or
 parameter value, repeats the same parameter, uses more than one method for including an access token, or is
 otherwise malformed.invalid_token - The access token provided is expired, revoked, malformed, or invalid for other
 reasons.AuthenticationProvider implementation of the Jwt-encoded
 Bearer Tokens
 for protecting OAuth 2.0 Resource Servers.JwtAuthenticationToken using the provided parameters.JwtAuthenticationToken using the provided parameters.ReactiveAuthenticationManager for Jwt tokens.Authentications and supporting classes and interfaces.Filter's and supporting classes and interfaces.Converter for adapting a non-blocking imperative ConverterServerWebExchange.AuthenticationEntryPoint to use.BearerTokenResolver to use.Converter for converting a Jwt into an AbstractAuthenticationToken.