Skip to content

api.entities.types.TrustedClaimIssuer

polymath-eric edited this page Jun 11, 2024 · 8 revisions

Interface: TrustedClaimIssuer<IsDefault>

api/entities/types.TrustedClaimIssuer

Type parameters

Name Type Description
IsDefault extends boolean = false whether the Identity is a default trusted claim issuer for an asset or just for a specific compliance condition. Defaults to false

Table of contents

Properties

Properties

identity

identity: IsDefault extends true ? DefaultTrustedClaimIssuer : Identity

Defined in

api/entities/types.ts:305


trustedFor

trustedFor: null | ClaimType[]

a null value means that the issuer is trusted for all claim types

Defined in

api/entities/types.ts:309

Clone this wiki locally