retrieve Private Key

private open fun retrievePrivateKey(token: String): Pair<String, String>

Method used to retrieve the user private key

Return

the private key of the user as Pair of String

Parameters

token

The token of the user

Throws

when an error occurred during the retrieving operation