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

Type declaration

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

      Parameters

      • newSubjectName: Name
      • email: string

      Returns Promise<void>

Generated using TypeDoc