withType method

Implementation

AuthorizationBuilder withType(AuthorizationType type) {
  _type = type;
  return this;
}