getCredentialByIssuerAndAccount

open suspend override fun getCredentialByIssuerAndAccount(issuer: String, accountName: String): OathCredential?

Retrieve an OATH credential by issuer and account name. Performs case-sensitive comparison to detect duplicate credentials.

Return

The OATH credential if found, or null if not found.

Parameters

issuer

The issuer of the credential.

accountName

The account name of the credential.

Throws

if the credential cannot be retrieved.