Enumeration LoginOption

Enumeration Members

Enumeration Members

NO_LOGIN: -1

Do not login the user after a successful registration

PERSIST_LOGIN: 1

Login in after a successful registration and keep the token in a persistent storage, i.e LocalStorage

SESSION_LOGIN: 0

Login in after a successful registration and keep the token in a nonpermanent storage, i.e SessionStorage

Generated using TypeDoc