• Retrieves status information on a credential, indicating for example whether or not the credential has been revoked. After a credential has been verified using verifyCredential or verifyPresentation, this function could be called periodically to ensure it continues to be valid.

    Parameters

    Returns Promise<CredentialStatusResult>

    An object containing a summary of the result (verified) as a boolean alongside any potential errors. A status string may convey additional information on the credential's status.