createKeysIfAbsent

Create key pair and secret key for use by the virtual cards client if they have not already been created.

The key pair is used to register a public key with the service for the encryption of virtual card and transaction details.

The secret key is used for client side encryption of user specific card metadata.

Return

The CreateKeysIfAbsentResult containing the key pair and symmetric key.

Throws