Obtain a session key to enable wallet access.
authorization_key is ciphertext and must be decrypted.Basic Auth header with your app ID as the username and your app secret as the password.
ID of your Privy app.
The user's JWT, to be used to authenticate the user.
The encryption type for the authentication response. Currently only supports HPKE.
HPKE The public key of your ECDH keypair, in base64-encoded, SPKI-format, whose private key will be able to decrypt the session key.
Object with authorization key and wallet IDs.