Interface RedirectingLoginHandler

All Superinterfaces:
LoginHandler
All Known Implementing Classes:
CookieLoginHandler, IdTokenLoginHandler, JwtCookieLoginHandler, SessionLoginHandler

public interface RedirectingLoginHandler extends LoginHandler
A marker contract to indicate the login handler returns redirecting responses.
Since:
1.2.0
Author:
James Kleeh