createOAuthApp method

ResponseFuture<CreateOAuthAppResponse> createOAuthApp(
  1. CreateOAuthAppRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$9.CreateOAuthAppResponse> createOAuthApp($9.CreateOAuthAppRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$createOAuthApp, request, options: options);
}