function getPrivateKeyFromSession getPrivateKeyFromSession(sessionToken: string,wrappedDataKey: string,wrappedPrivateKey: string,): Promise<CryptoKey> Derive the private key from session credentials Used to decrypt attendee PII in admin views Results are cached per session token for 10 seconds Parameters sessionToken: string wrappedDataKey: string wrappedPrivateKey: string Return Type Promise<CryptoKey>