Classes
Methods
(static) RedirectAuthHandler.create(authProvider, loginRedirectURL, returnURLParam) → {AuthHandler}
Create a handler
Parameters:
Name | Type | Description |
---|---|---|
authProvider |
AuthProvider | the auth service to use |
loginRedirectURL |
string | the url to redirect the user to |
returnURLParam |
string | the name of param used to store return url information in session |
Returns:
the handler
- Type
- AuthHandler