Checks that an identity can act as a legitimate holder of a set of credentials and thus include them in a presentation they sign.
Credentials where nonTransferable === true and credentialSubject.id !== holder are disallowed and will cause this to fail.
Checks that an identity can act as a legitimate holder of a set of credentials and thus include them in a presentation they sign. Credentials where
nonTransferable === true
andcredentialSubject.id !== holder
are disallowed and will cause this to fail.