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

Callback to determine whether the owner of email is allowed to obtain a certificate of newSubjectName. It should throw to disallow assignment.

Type declaration

    • (newSubjectName, email): Promisable<void>
    • Parameters

      • newSubjectName: Name
      • email: string

      Returns Promisable<void>