Type alias CredentialQueryClaim

CredentialQueryClaim: {
    intentToRetain?: boolean;
}

Type declaration

  • Optional intentToRetain?: boolean

    intentToRetain (Optional): When set to true, the holder will be indicated that the verifier intends to retain this claim beyond the verification workflow. Defaults to false when not specified.

Generated using TypeDoc