getCredential

suspend fun getCredential(credentialId: String): Result<PushCredential?>

Get a Push credential by ID.

Return

A Result containing the PushCredential (or null if not found) or an Exception in case of failure.

Parameters

credentialId

The ID of the credential to get.