createOAuthAppUser method

ResponseFuture<CreateOAuthAppUserResponse> createOAuthAppUser(
  1. CreateOAuthAppUserRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$12.CreateOAuthAppUserResponse> createOAuthAppUser($12.CreateOAuthAppUserRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$createOAuthAppUser, request, options: options);
}