You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @property showDefaultSubmitPage configures whether the default one-time token submit page should be shown
40
40
* @property loginProcessingUrl the URL to process the login request
41
41
* @property generateTokenUrl the URL that a One-Time Token generate request will be processed
42
-
* @property generatedOneTimeTokenHandler the strategy to be used to handle generated one-time tokens
42
+
* @property tokenGenerationSuccessHandler the strategy to be used to handle generated one-time tokens
43
43
* @property securityContextRepository the [ServerSecurityContextRepository] used to save the [Authentication]. For the [SecurityContext] to be loaded on subsequent requests the [ReactorContextWebFilter] must be configured to be able to load the value (they are not implicitly linked).
44
44
*/
45
45
@ServerSecurityMarker
@@ -49,7 +49,7 @@ class ServerOneTimeTokenLoginDsl {
49
49
var authenticationConverter:ServerAuthenticationConverter?=null
50
50
var authenticationFailureHandler:ServerAuthenticationFailureHandler?=null
51
51
var authenticationSuccessHandler:ServerAuthenticationSuccessHandler?=null
0 commit comments