List the Declared Credentials
Credential List s a method used to obtain all declared credentials of the specified DID.
Example
Usage
did is the owner who needs to enumerate all declared credentials; skip is to ignore the first skip credentials; limit indicates how many credentials the list can accept at most.
If limit is the default value and the actual number of declared credentials in the chain is greater than 128, only 128 credentials will be returned. If you want to get the remaining credentials, you can set skip. If the limit is greater than 512 and the actual declared credential on the chain is greater than 512, only 512 credentials will be returned. If you want to get the remaining credentials, you can set skip.
PreviousIssue a CredentialNextPackage the Credentials as Presentation for the Selective Disclosure Request
Last updated