Type alias AccountCredentialStatement

AccountCredentialStatement: {
    idQualifier: IdentityQualifier;
    statement: AtomicStatementV2<AttributeKey>[];
}

Statement type for account credentials with attribute key constraints.

Type declaration

Generated using TypeDoc