restore Credential
abstract fun restoreCredential(restorationIdentifier: String, credentialData: ByteArray, revoked: Boolean): Credential(source)
Restores a credential using the provided restoration identifier and credential data.
Return
The restored credential.
Parameters
restoration Identifier
The restoration identifier of the credential.
credential Data
The byte array containing the credential data.