withEvents method

AuthorizationBuilder withEvents(
  1. WordpressEvents events
)

Implementation

AuthorizationBuilder withEvents(WordpressEvents events) {
  _events = events;
  return this;
}