retrieveOathCredential

abstract suspend fun retrieveOathCredential(credentialId: String): OathCredential?

Retrieve an OATH credential by its ID.

Return

The OATH credential, or null if not found.

Parameters

credentialId

The ID of the credential to retrieve.

Throws

if the credential cannot be retrieved.