retrievePushCredential

abstract suspend fun retrievePushCredential(credentialId: String): PushCredential?

Retrieve a specific push credential by ID.

Return

The Push credential, or null if not found.

Parameters

credentialId

The ID of the credential to retrieve.

Throws

if the credential cannot be retrieved.