getCredentials

@Blocking
fun getCredentials(skipStatusCheck: Boolean = false): List<MobileCredentialMetaData>

Retrieve all mobile credentials from storage.

Return

An array of all mobile credentials stored by the SDK as instances of MobileCredential

Throws

If the SDK API is called before the SDK is initialised.

If there is an error in generating the metadata from the metadata record.

If the trusted issuer certificate is not found.