cacheLocation property

String? cacheLocation
getter/setter pair

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

Implementation

String? cacheLocation;