Configuration of the authentication server, with login, renew and logout endpoints.
Only login endpoint declaration is strictly required.
If no renewEndpoint is declared, credentials will be stored in TokenStorage to support Renewal.
If renewEndpoint is declared, refresh token will be stored in TokenStorage.
Configuration of the authentication server, with login, renew and logout endpoints.
Only login endpoint declaration is strictly required.
If no renewEndpoint is declared, credentials will be stored in TokenStorage to support Renewal. If renewEndpoint is declared, refresh token will be stored in TokenStorage.