Skip to main content

CredentialWallet.findById() method

Finds the credential by its id

Signature:

findById(id: string): Promise<W3CCredential | undefined>;

Parameters

ParameterTypeDescription
idstringid of credential

Returns:

Promise<W3CCredential | undefined>

Promise<W3CCredential | undefined>