get Credentials
Retrieve all credentials' metadata from storage.
Return
A list of credentials metadata stored by the SDK as instances of MobileCredentialMetaData.
MobileCredentialMetaData instances do not include the verification result or claims values (it does include the claims keys). You can call getCredential with a specific credential ID to retrieve the full credential with the verification result and claims values.
The returned list may include metadata for credentials that are not currently valid. You can filter not valid credentials using MobileCredentialMetaData.validityInfo.
Throws
If the SDK API is called before the SDK is initialized.
If there is an error in generating the metadata from the metadata record.
If the trusted issuer certificate is not found.