Security

Usage

use Security;

or

import Security;
proc generateToken(len: int = 32) : string
proc getArkoudaToken(tokensPath: string) : string throws
proc setArkoudaToken(tokensPath: string, len: int = 32) : string throws