VerifyTokenResponseValue: {
    encryptionKey: string | null;
}

Returns the encryption_key of the account, if the user has opted to not set a password and store their encryption key on our server. VerifyTokenRequest.

Type declaration

  • encryptionKey: string | null

Generated using TypeDoc