CredentialWallet.findById() method
Finds the credential by its id
Signature:
findById(id: string): Promise<W3CCredential | undefined>;
Parameters
Parameter | Type | Description |
---|---|---|
id | string | id of credential |
Returns:
Promise<W3CCredential | undefined>
Promise<W3CCredential | undefined>