Package com.alpaca.security.oauth2
package com.alpaca.security.oauth2
-
ClassesClassDescriptionConverter that transforms a raw token response
Map
into a structuredOAuth2AccessTokenResponse
.Custom authentication failure handler for OAuth2 login flows.Custom Jackson deserializer forOAuth2AuthorizationRequest
, enabling reconstruction of authorization requests from JSON data.Custom Jackson deserializer for OAuth2 authorization response type values.Authentication success handler for OAuth2 login flows.Cookie-based implementation ofAuthorizationRequestRepository
for storing and retrievingOAuth2AuthorizationRequest
objects during OAuth2 login flows in a stateless manner.Custom OAuth2 authorization request resolver that extends the default Spring Security behavior to support Proof Key for Code Exchange (PKCE) by adding `code_verifier`, `code_challenge`, and `code_challenge_method` parameters into the authorization request.