IdentityProviderServiceBase constructor

IdentityProviderServiceBase()

Implementation

IdentityProviderServiceBase() {
  $addMethod($grpc.ServiceMethod<$0.GetIDPByIDRequest, $0.GetIDPByIDResponse>(
      'GetIDPByID',
      getIDPByID_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $0.GetIDPByIDRequest.fromBuffer(value),
      ($0.GetIDPByIDResponse value) => value.writeToBuffer()));
}