IdentityStatement: {
    issuers: IdentityProviderDID[];
    source: IdentityCredType[];
    statement: AtomicStatementV2<AttributeKey>[];
    type: "identity";
}

Statement requesting proofs from identity credentials issued by identity providers. Can specify whether to accept proofs from identity credentials, account credentials, or both.

Type declaration

  • issuers: IdentityProviderDID[]

    Valid identity provider issuers for this statement

  • source: IdentityCredType[]

    Source types accepted for this statement (identity credential, account credential, or both)

  • statement: AtomicStatementV2<AttributeKey>[]

    Atomic statements about identity attributes to prove

  • type: "identity"

    Type discriminator for identity statements

Generated using TypeDoc