Determines the route the application should redirect to when the login action is performed
This value should be retrieved by calling the [getOnLoginPath]{@link ConfigurationService#getOnLoginPath} method of the ConfigurationService
Determines the route the application should redirect to when the logout action is performed
This value should be retrieved by calling the [getOnLogoutPath]{@link ConfigurationService#getOnLogoutPath} method of the ConfigurationService as it handles fall backs on deprecated attributes.
Determines the route the application should redirect to when a guard prevents entry to some route
This value should be retrieved by calling the [getToLoginPath]{@link ConfigurationService#getToLoginPath} method of the ConfigurationService as it handles fall backs on deprecated attributes.
Generated using TypeDoc
in 6.3.0 use [toLoginRedirect]{@link Services#auth.toLoginRedirect} instead
Determines the route the application should redirect to when a guard prevents entry to some route
This value should be retrieved by calling the [getToLoginPath]{@link ConfigurationService#getToLoginPath} method of the ConfigurationService as it handles fall backs on deprecated attributes.