AssignmentPolicy: ((newSubjectName, oldCert) => Promise<void>)

Type declaration

    • (newSubjectName, oldCert): Promise<void>
    • Callback to determine whether the owner of oldCert is allowed to obtain a certificate of newSubjectName. It should throw to disallow assignment.

      Parameters

      • newSubjectName: Name
      • oldCert: Certificate

      Returns Promise<void>

Generated using TypeDoc