cacheLocation property

CacheLocation cacheLocation
getter/setter pair

Cache location used when authenticating with a web client. "CacheLocation.localStorage" - Local browser storage (default) "CacheLocation.sessionStorage" - Session context "CacheLocation.memoryStorage" - Memory only

Implementation

CacheLocation cacheLocation;