open static fun create(authProvider: AuthProvider): AuthHandler
Create a handler
authProvider - the auth service to use
Return
the handler
open static fun create(authProvider: AuthProvider, loginRedirectURL: String): AuthHandler
Create a handler
authProvider - the auth service to use
loginRedirectURL - the url to redirect the user to
Return
the handler
open static fun create(authProvider: AuthProvider, loginRedirectURL: String, returnURLParam: String): AuthHandler
Create a handler
authProvider - the auth service to use
loginRedirectURL - the url to redirect the user to
returnURLParam - the name of param used to store return url information in session
Return
the handler