EndUserServiceBase constructor

EndUserServiceBase()

Implementation

EndUserServiceBase() {
  $addMethod($grpc.ServiceMethod<$13.IsLegalAcceptedRequest, $13.IsLegalAcceptedResponse>(
      'IsLegalAccepted',
      isLegalAccepted_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $13.IsLegalAcceptedRequest.fromBuffer(value),
      ($13.IsLegalAcceptedResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$13.AcceptLegalRequest, $13.AcceptLegalResponse>(
      'AcceptLegal',
      acceptLegal_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $13.AcceptLegalRequest.fromBuffer(value),
      ($13.AcceptLegalResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$13.RegisterAuthApplicationRequest, $13.RegisterAuthApplicationResponse>(
      'RegisterAuthApplication',
      registerAuthApplication_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $13.RegisterAuthApplicationRequest.fromBuffer(value),
      ($13.RegisterAuthApplicationResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$13.UpdateAuthApplicationRequest, $13.UpdateAuthApplicationResponse>(
      'UpdateAuthApplication',
      updateAuthApplication_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $13.UpdateAuthApplicationRequest.fromBuffer(value),
      ($13.UpdateAuthApplicationResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$13.GetAuthApplicationRequest, $13.GetAuthApplicationResponse>(
      'GetAuthApplication',
      getAuthApplication_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $13.GetAuthApplicationRequest.fromBuffer(value),
      ($13.GetAuthApplicationResponse value) => value.writeToBuffer()));
}