getPendingKeylessCredentials

open suspend override fun getPendingKeylessCredentials(document: Document, credentialMetadata: CredentialMetadata, issuerMetadata: ProvisioningMetadata): List<Credential>

Gets the pending keyless credentials.

It is up to the implementation to determine the number of credentials to create, but it should generally not exceed issuer limit given in CredentialMetadata.maxBatchSize.

Return

a list of pending keyless credentials, if any.

Parameters

document

Document for which the credential is being issued.

credentialMetadata

information about the credential being issued.

issuerMetadata

information about the issuer of the credential.