Class RedirectGeneratedOneTimeTokenHandler

java.lang.Object
org.springframework.security.web.authentication.ott.RedirectGeneratedOneTimeTokenHandler
All Implemented Interfaces:
GeneratedOneTimeTokenHandler

public final class RedirectGeneratedOneTimeTokenHandler extends Object implements GeneratedOneTimeTokenHandler
A GeneratedOneTimeTokenHandler that performs a redirect to a specific location
Since:
6.4
  • Constructor Details

    • RedirectGeneratedOneTimeTokenHandler

      public RedirectGeneratedOneTimeTokenHandler(String redirectUrl)
      Constructs an instance of this class that redirects to the specified URL.
      Parameters:
      redirectUrl -
  • Method Details