identityStorage property
Web specific
Sets storage API for user identity. Options include cookie for document.cookie, localStorage for localStorage, or none to opt-out of persisting user identity.
Implementation
String identityStorage;
Web specific
Sets storage API for user identity. Options include cookie for document.cookie, localStorage for localStorage, or none to opt-out of persisting user identity.
String identityStorage;