createOAuthApp method

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

Implementation

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